# https://github.com/njanakiev/folderstats
# https://janakiev.com/blog/python-filesystem-analysis/
# https://networkx.org/documentation/stable/
from google.colab import drive
drive.mount('/content/drive')
%cd /content/drive/My Drive/IDPCode/
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-68-94b2cdb8b5ca> in <module> 2 # https://janakiev.com/blog/python-filesystem-analysis/ 3 # https://networkx.org/documentation/stable/ ----> 4 from google.colab import drive 5 drive.mount('/content/drive') 6 ModuleNotFoundError: No module named 'google'
time: 201 ms
!pip install xlrd
!pip install spacy
!pip install gensim
!pip install ipython-autotime
!pip install pickle5
!pip install textacy
!pip install spacy-langdetect
!pip install pandarallel
Requirement already satisfied: xlrd in ./.venv/lib/python3.8/site-packages (1.2.0) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: spacy in ./.venv/lib/python3.8/site-packages (2.3.2) Requirement already satisfied: catalogue<1.1.0,>=0.0.7 in ./.venv/lib/python3.8/site-packages (from spacy) (1.0.0) Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in ./.venv/lib/python3.8/site-packages (from spacy) (4.51.0) Requirement already satisfied: wasabi<1.1.0,>=0.4.0 in ./.venv/lib/python3.8/site-packages (from spacy) (0.8.0) Requirement already satisfied: srsly<1.1.0,>=1.0.2 in ./.venv/lib/python3.8/site-packages (from spacy) (1.0.2) Requirement already satisfied: preshed<3.1.0,>=3.0.2 in ./.venv/lib/python3.8/site-packages (from spacy) (3.0.2) Requirement already satisfied: requests<3.0.0,>=2.13.0 in ./.venv/lib/python3.8/site-packages (from spacy) (2.24.0) Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in ./.venv/lib/python3.8/site-packages (from spacy) (1.0.2) Requirement already satisfied: numpy>=1.15.0 in ./.venv/lib/python3.8/site-packages (from spacy) (1.19.2) Requirement already satisfied: setuptools in ./.venv/lib/python3.8/site-packages (from spacy) (50.0.0) Requirement already satisfied: blis<0.5.0,>=0.4.0 in ./.venv/lib/python3.8/site-packages (from spacy) (0.4.1) Requirement already satisfied: thinc==7.4.1 in ./.venv/lib/python3.8/site-packages (from spacy) (7.4.1) Requirement already satisfied: plac<1.2.0,>=0.9.6 in ./.venv/lib/python3.8/site-packages (from spacy) (1.1.3) Requirement already satisfied: cymem<2.1.0,>=2.0.2 in ./.venv/lib/python3.8/site-packages (from spacy) (2.0.3) Requirement already satisfied: idna<3,>=2.5 in ./.venv/lib/python3.8/site-packages (from requests<3.0.0,>=2.13.0->spacy) (2.10) Requirement already satisfied: certifi>=2017.4.17 in ./.venv/lib/python3.8/site-packages (from requests<3.0.0,>=2.13.0->spacy) (2020.6.20) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./.venv/lib/python3.8/site-packages (from requests<3.0.0,>=2.13.0->spacy) (1.25.10) Requirement already satisfied: chardet<4,>=3.0.2 in ./.venv/lib/python3.8/site-packages (from requests<3.0.0,>=2.13.0->spacy) (3.0.4) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: gensim in ./.venv/lib/python3.8/site-packages (3.8.3) Requirement already satisfied: scipy>=0.18.1 in ./.venv/lib/python3.8/site-packages (from gensim) (1.5.2) Requirement already satisfied: six>=1.5.0 in ./.venv/lib/python3.8/site-packages (from gensim) (1.15.0) Requirement already satisfied: numpy>=1.11.3 in ./.venv/lib/python3.8/site-packages (from gensim) (1.19.2) Requirement already satisfied: smart-open>=1.8.1 in ./.venv/lib/python3.8/site-packages (from gensim) (3.0.0) Requirement already satisfied: requests in ./.venv/lib/python3.8/site-packages (from smart-open>=1.8.1->gensim) (2.24.0) Requirement already satisfied: chardet<4,>=3.0.2 in ./.venv/lib/python3.8/site-packages (from requests->smart-open>=1.8.1->gensim) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in ./.venv/lib/python3.8/site-packages (from requests->smart-open>=1.8.1->gensim) (2020.6.20) Requirement already satisfied: idna<3,>=2.5 in ./.venv/lib/python3.8/site-packages (from requests->smart-open>=1.8.1->gensim) (2.10) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./.venv/lib/python3.8/site-packages (from requests->smart-open>=1.8.1->gensim) (1.25.10) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: ipython-autotime in ./.venv/lib/python3.8/site-packages (0.2.0) Requirement already satisfied: ipython in ./.venv/lib/python3.8/site-packages (from ipython-autotime) (7.18.1) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (3.0.7) Requirement already satisfied: backcall in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (0.2.0) Requirement already satisfied: pygments in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (2.7.1) Requirement already satisfied: pickleshare in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (0.7.5) Requirement already satisfied: traitlets>=4.2 in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (5.0.4) Requirement already satisfied: setuptools>=18.5 in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (50.0.0) Requirement already satisfied: jedi>=0.10 in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (0.17.2) Requirement already satisfied: appnope; sys_platform == "darwin" in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (0.1.0) Requirement already satisfied: pexpect>4.3; sys_platform != "win32" in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (4.8.0) Requirement already satisfied: decorator in ./.venv/lib/python3.8/site-packages (from ipython->ipython-autotime) (4.4.2) Requirement already satisfied: wcwidth in ./.venv/lib/python3.8/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->ipython-autotime) (0.2.5) Requirement already satisfied: ipython-genutils in ./.venv/lib/python3.8/site-packages (from traitlets>=4.2->ipython->ipython-autotime) (0.2.0) Requirement already satisfied: parso<0.8.0,>=0.7.0 in ./.venv/lib/python3.8/site-packages (from jedi>=0.10->ipython->ipython-autotime) (0.7.1) Requirement already satisfied: ptyprocess>=0.5 in ./.venv/lib/python3.8/site-packages (from pexpect>4.3; sys_platform != "win32"->ipython->ipython-autotime) (0.6.0) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: pickle5 in ./.venv/lib/python3.8/site-packages (0.0.11) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: textacy in ./.venv/lib/python3.8/site-packages (0.10.1) Requirement already satisfied: requests>=2.10.0 in ./.venv/lib/python3.8/site-packages (from textacy) (2.24.0) Requirement already satisfied: pyemd>=0.5.0 in ./.venv/lib/python3.8/site-packages (from textacy) (0.5.1) Requirement already satisfied: networkx>=2.0 in ./.venv/lib/python3.8/site-packages (from textacy) (2.5) Requirement already satisfied: spacy<3.0.0,>=2.2.0 in ./.venv/lib/python3.8/site-packages (from textacy) (2.3.2) Requirement already satisfied: cytoolz>=0.8.0 in ./.venv/lib/python3.8/site-packages (from textacy) (0.11.0) Requirement already satisfied: scipy>=0.17.0 in ./.venv/lib/python3.8/site-packages (from textacy) (1.5.2) Requirement already satisfied: jellyfish>=0.7.0 in ./.venv/lib/python3.8/site-packages (from textacy) (0.8.2) Requirement already satisfied: joblib>=0.13.0 in ./.venv/lib/python3.8/site-packages (from textacy) (0.17.0) Requirement already satisfied: pyphen>=0.9.4 in ./.venv/lib/python3.8/site-packages (from textacy) (0.10.0) Requirement already satisfied: srsly>=0.0.5 in ./.venv/lib/python3.8/site-packages (from textacy) (1.0.2) Requirement already satisfied: cachetools>=2.0.1 in ./.venv/lib/python3.8/site-packages (from textacy) (4.2.0) Requirement already satisfied: numpy>=1.17.0 in ./.venv/lib/python3.8/site-packages (from textacy) (1.19.2) Requirement already satisfied: scikit-learn<0.24.0,>=0.19.0 in ./.venv/lib/python3.8/site-packages (from textacy) (0.22.2.post1) Requirement already satisfied: tqdm>=4.19.6 in ./.venv/lib/python3.8/site-packages (from textacy) (4.51.0) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./.venv/lib/python3.8/site-packages (from requests>=2.10.0->textacy) (1.25.10) Requirement already satisfied: idna<3,>=2.5 in ./.venv/lib/python3.8/site-packages (from requests>=2.10.0->textacy) (2.10) Requirement already satisfied: certifi>=2017.4.17 in ./.venv/lib/python3.8/site-packages (from requests>=2.10.0->textacy) (2020.6.20) Requirement already satisfied: chardet<4,>=3.0.2 in ./.venv/lib/python3.8/site-packages (from requests>=2.10.0->textacy) (3.0.4) Requirement already satisfied: decorator>=4.3.0 in ./.venv/lib/python3.8/site-packages (from networkx>=2.0->textacy) (4.4.2) Requirement already satisfied: cymem<2.1.0,>=2.0.2 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (2.0.3) Requirement already satisfied: catalogue<1.1.0,>=0.0.7 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (1.0.0) Requirement already satisfied: plac<1.2.0,>=0.9.6 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (1.1.3) Requirement already satisfied: wasabi<1.1.0,>=0.4.0 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (0.8.0) Requirement already satisfied: thinc==7.4.1 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (7.4.1) Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (1.0.2) Requirement already satisfied: blis<0.5.0,>=0.4.0 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (0.4.1) Requirement already satisfied: preshed<3.1.0,>=3.0.2 in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (3.0.2) Requirement already satisfied: setuptools in ./.venv/lib/python3.8/site-packages (from spacy<3.0.0,>=2.2.0->textacy) (50.0.0) Requirement already satisfied: toolz>=0.8.0 in ./.venv/lib/python3.8/site-packages (from cytoolz>=0.8.0->textacy) (0.11.1) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: spacy-langdetect in ./.venv/lib/python3.8/site-packages (0.1.2) Requirement already satisfied: langdetect==1.0.7 in ./.venv/lib/python3.8/site-packages (from spacy-langdetect) (1.0.7) Requirement already satisfied: pytest in ./.venv/lib/python3.8/site-packages (from spacy-langdetect) (6.1.2) Requirement already satisfied: six in ./.venv/lib/python3.8/site-packages (from langdetect==1.0.7->spacy-langdetect) (1.15.0) Requirement already satisfied: iniconfig in ./.venv/lib/python3.8/site-packages (from pytest->spacy-langdetect) (1.1.1) Requirement already satisfied: attrs>=17.4.0 in ./.venv/lib/python3.8/site-packages (from pytest->spacy-langdetect) (20.2.0) Requirement already satisfied: py>=1.8.2 in ./.venv/lib/python3.8/site-packages (from pytest->spacy-langdetect) (1.9.0) Requirement already satisfied: pluggy<1.0,>=0.12 in ./.venv/lib/python3.8/site-packages (from pytest->spacy-langdetect) (0.13.1) Requirement already satisfied: toml in ./.venv/lib/python3.8/site-packages (from pytest->spacy-langdetect) (0.10.1) Requirement already satisfied: packaging in ./.venv/lib/python3.8/site-packages (from pytest->spacy-langdetect) (20.4) Requirement already satisfied: pyparsing>=2.0.2 in ./.venv/lib/python3.8/site-packages (from packaging->pytest->spacy-langdetect) (2.4.7) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: pandarallel in ./.venv/lib/python3.8/site-packages (1.5.1) Requirement already satisfied: dill in ./.venv/lib/python3.8/site-packages (from pandarallel) (0.3.3) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/bin/python -m pip install --upgrade pip' command. time: 16.1 s
import pandas as pd
import numpy as np
import pickle5 as pickle
import gensim
pd.set_option('display.max_colwidth', None)
pd.set_option('display.max_columns', None)
pd.set_option('display.max_rows', None)
# show execution time of cells
%load_ext autotime
# CHANGE PATH FOR THE DATASET FOLDER
DATA_DIRECTORY='/Users/farukcankaya/FC/GoogleDrive/AllPapers'
The autotime extension is already loaded. To reload it, use: %reload_ext autotime time: 3.33 ms
# Utility functions
def remove_dollar_sign(text):
'''
While drawing title count distribution, mathplotlib throws an error.
Because some titles have dollar sign('$'). This method is used to clear the sign.
'''
text = str(text).replace('$', '\$')
return text
import re
import string
import textacy
from textacy import preprocessing
def clean_text(text):
'''
Eliminates links, non alphanumerics, and punctuation.
Returns lower case text.
'''
# Convert to string
text = str(text)
# Remove non-ascii
text = text.encode('ascii', 'ignore').decode('ascii')
# Remove links
text = re.sub('(?:(?:https?|ftp):\/\/)?[\w/\-?=%.]+\.[\w/\-?=%.]+', '', text)
# Remove E-Mail addresses
text = re.sub(r'\b[a-z]+@[a-z]+\b', r'', str(text))
# Remove non-alphanumerics
text = re.sub('\w*\d\w*', ' ', text)
# Remove punctuation and lowercase
text = re.sub('[%s]' % re.escape(string.punctuation), ' ', text.lower())
# Remove newline characters
text = re.sub("\n", r' ', text)
# Remove text in square brackets
text = re.sub(r'\[.*?\]', '', text)
# Remove words containing numbers
text = re.sub(r'\w*\d\w*', '', text)
# https://textacy.readthedocs.io/en/0.10.1/_modules/textacy/preprocessing/normalize.html
text = textacy.preprocessing.normalize.normalize_whitespace(str(text))
# replace words with less than 2 characters
text = re.sub(r'\b[a-z]{1,2}\b', r'', str(text))
return text
def replace_text(text, replacement_texts=REPLACED_WORDS):
pattern = re.compile("|".join([re.escape(i) for i in replacement_texts]))
text = pattern.sub(lambda m: '', str(text))
return text
import spacy
nlp = spacy.load('en')
def lemmatizer(text, allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV']):
sent = []
doc = nlp(text)
# for word in doc:
# sent.append(word.lemma_)
sent = [token.lemma_ if token.lemma_ not in ['-PRON-'] else '' for token in doc if token.pos_ in allowed_postags]
return " ".join(sent)
# Lemmatization, remove pronouns.
def lemmatization(texts, allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV']):
"""https://spacy.io/api/annotation"""
texts_out = []
for sent in texts:
texts_out.append(lemmatizer(" ".join(sent), allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV']))
return texts_out
def remove_stopwords(text):
clean_text = []
for word in text.split(' '):
if word not in stop_list and (len(word) > 2):
clean_text.append(word)
return ' '.join(clean_text)
def display_topics(model, feature_names, no_top_words, no_top_topics, topic_names=None):
count = 0
for ix, topic in enumerate(model.components_):
if count == no_top_topics:
break
if not topic_names or not topic_names[ix]:
print("\nTopic ", (ix + 1))
else:
print("\nTopic: '",topic_names[ix],"'")
print(", ".join([feature_names[i] for i in topic.argsort()[:-no_top_words-1:-1]]))
count += 1
def word_count(text):
return sum([i.strip(string.punctuation).isalpha() for i in text.split()])
from IPython.core.display import display, HTML
def print_html(data):
display(HTML('<div style="width: 90%">'+data+'</div>'))
def print_lemmatized(text, colorized_ignored=False, ignore_type='allowed'):
allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV']
doc_lemma = nlp(text)
lemms = []
poses = []
#colors = ['#f88f88','#DA553F','#045E5B','#731425','#F61E9E','#f44f44','#ff0','#0ff','#f0f']
import random
r = lambda: random.randint(0,255)
colors = ['#%02X%02X%02X' % (r(),r(),r()) for i in range(30)]
for token in doc_lemma:
if token.pos_ not in poses:
poses.append(token.pos_)
print(poses)
for token in doc_lemma:
if (ignore_type=='allowed' and token.pos_ not in allowed_postags) or (ignore_type=='stop_word' and token.is_stop):
ignored_color = '#FF8983' if colorized_ignored else colors[poses.index(token.pos_)]
lemms.append('<span style="color: #fff; padding: 0 10px; background-color: '+ignored_color+'"> '+token.lemma_+' </span>')
else:
lemms.append(token.lemma_)
print_html('allowed_postags: '+' '.join(['<span style="color: #fff; padding: 0 10px; background-color: '+colors[allowed_postags.index(i)]+'"> '+i+' </span>' for i in allowed_postags]))
print_html('available: '+' '.join(['<span style="color: #fff; padding: 0 10px; background-color: '+colors[poses.index(i)]+'"> '+i+' </span>' for i in poses]))
print_html(' '.join(lemms))
import os
def get_file_name(file_path):
f = os.path.basename(file_path)
return f.replace('.pdf', '')
def run_in_parallel(dt, function, n_cores=8):
df_n = np.array_split(df, n_cores)
pool = Pool(n_cores)
df = pd.concat(pool.map(func, df_n))
pool.close()
pool.join()
return df
time: 36.3 s
The dataset in 'All_Papers_In_Plain_Text_TIKA.pkl' contains extracted text page by page per document. Each document has one row and has columns as much as they need in the dataset. Any datapreprocessing step is not applied to data in 'All_Papers_In_Plain_Text_TIKA.pkl'. It is not even normalized. It has many documents that have just one page. Our purpose here was to test the accuracy value against different datapreprocessing steps as simple as we can. Afterwards, we will do further tests by normalizing the data. So to summerize:
# dt = pd.read_pickle('en_cleaned_mallet_stop_words_lemmatized_all_pages_separetely.pkl') # https://drive.google.com/file/d/1wOnaUYVSu-vI0tQr9xe_gjCLKcapX1bd/view?usp=sharing
dt = pickle.load(open('en_cleaned_accounting_replaced_stop_words_lemmatized_all_pages_separetely.pkl', "rb"))
time: 34.7 s
# Import
from pandarallel import pandarallel
# Initialization
pandarallel.initialize()
INFO: Pandarallel will run on 8 workers. INFO: Pandarallel will use standard multiprocessing data transfer (pipe) to transfer data between the main process and workers. time: 5.39 ms
# dt = Dataset Tika
dt = pd.read_pickle('All_Papers_In_Plain_Text_TIKA.pkl') # https://drive.google.com/file/d/1mF88eFEKtni3Sr8jYo2Yo6-rqIunbMgi/view?usp=sharing
time: 7.43 s
col_page = [col for col in dt if col.startswith('page') and not col.endswith('_wc')]
col_page_wc = [col for col in dt if col.startswith('page') and col.endswith('_wc')]
time: 5.6 ms
for page in col_page:
text_series = dt[page].parallel_apply(clean_text)
dt['cleaned_' + page] = text_series
dt['cleaned_' + page + '_wc'] = text_series.parallel_apply(word_count)
time: 8min 18s
import en_core_web_sm
nlp = en_core_web_sm.load()
#https://pypi.org/project/spacy-langdetect/
from spacy_langdetect import LanguageDetector
nlp.add_pipe(LanguageDetector(), name="language_detector", last=True)
time: 1.13 s
def remove_non_english_sent(text):
doc = nlp(text)
return ' '.join([sent.text for sent in doc.sents if sent._.language["language"] == 'en'])
def document_lang(text):
doc = nlp(text)
return doc._.language["language"]
time: 812 µs
for page in col_page:
dt['en_cleaned_' + page] = dt['cleaned_' + page].parallel_apply(remove_non_english_sent)
time: 13h 20min 54s
dt.to_pickle('en_clean_content_separately.pkl')
time: 52.4 s
REPLACED_WORDS_EXCEL = pd.read_excel('data/StopWords/removed_words.xlsx')
REPLACED_WORDS = REPLACED_WORDS_EXCEL[REPLACED_WORDS_EXCEL['Reasonable?']==True]
REPLACED_WORDS.head(10)
print(f'Number of words: {len(REPLACED_WORDS_EXCEL)}')
print(f'Number of approved words: {len(REPLACED_WORDS)}')
REPLACED_WORDS.head(10)
REPLACED_WORDS = REPLACED_WORDS['Removed Words'].values
print(REPLACED_WORDS)
Number of words: 289 Number of approved words: 76 ['framework for the analysis' 'testingic auditing' 'review process' 'journal accounting and public policy' 'the accounting review' 'accounting forum' 'critical perspectives accointing' 'accounting and business research' 'accounting auditing accountability journal' 'doi' 'new york' 'managementothing' 'winter' 'accounting and finance' 'copyright' 'account public policy' 'accounting research and policy making' 'november' 'accounting horizons' 'june' 'ybare' 'aos' 'fdi' 'int tax public finance' 'european accounting review' 'management accounting research' 'jel classification' 'the role big' 'research managerial accounting learning' 'managerial auditing journal' 'autumn' 'february' 'issnmanagement accounting research' 'peer reviews' 'disclosuresnge' 'mcb university press' 'may' 'available online' 'sarbanesoxley act' 'rev account stud' 'december' 'july' 'fall' 'contemporary accounting research' 'march' 'january' 'vale louis goldberg' 'april' 'vol' 'aaaj' 'review accounting studies' 'critical perspectives acconting' 'sarbanes oxley' 'american accounting association' 'methodological biasesax' 'critical prespectives accounting' 'september' 'accounting organizations and society' 'critical perspectives accounting' 'chen' 'international tax and public finance' 'critical perspecives accounting' 'springer science business' 'international journal accounting information systems' 'pin' 'form' 'summer' 'fdicia' 'critical perspective accounting' 'journal accounting and economics' 'british accounting review' 'october' 'the british accounting review' 'abstract' 'critical perspectivres accounting' 'august'] time: 193 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/xlrd/xlsx.py:266: DeprecationWarning: This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/xlrd/xlsx.py:312: DeprecationWarning: This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/xlrd/xlsx.py:266: DeprecationWarning: This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead.
# Extracted from PDF metadata:subject. Most of them contains journal names.
REPLACED_WORDS = ['option repricing',
'tax based accounting system',
'internal audit',
'modified audit opinions',
'confidence',
'pcaob',
'delegation',
'accounting research and policy making',
'the effects fee pressure',
'conservatism',
'cost capital',
'auditor testing strategies',
'form',
'investment banking',
'fdi',
'critical perspectives accounting',
'accounting organizations and society',
'earnings forecasts',
'accounting horizons',
'diluted earnings per share',
'contemporary accounting research',
'int tax public finance',
'cfo turnover',
'hypothesis testing',
'managerial auditing journal',
'securitization income',
'research managerial accounting learning',
'fair value',
'book income adjustment',
'endogeneity',
'incentive contracts',
'advertising',
'transfer prices',
'european accounting review',
'copyright',
'the british accounting review',
'instrumental variables',
'evaluation the effect',
'auditors risk assessments',
'debt contracting',
'corporate annual reports',
'stock offering',
'critical perspectives acconting',
'sfas',
'derivative financial instruments',
'low balling',
'comparative evaluation belief',
'implied volatility',
'professional qualifications',
'loan loss provision',
'moral hazard',
'compensation consultants',
'abstract',
'loss profit mispricing',
'methodological biasesax',
'accruals',
'chen',
'international tax and public finance',
'management accounting research',
'financial targets',
'memo structure',
'accounting recognition',
'audit fees',
'analyst research',
'brokerage research',
'doi',
'communication',
'audit quality',
'relative performance evaluation',
'audit risk',
'auditor evaluation evidence obtained',
'industry concentration',
'capital markets research and accounting',
'private information',
'terminal values',
'cooperation',
'auditor industry specialization',
'strategic expenditures',
'framework for the analysis',
'october',
'stock options',
'loss profit predictability',
'vol',
'analysts',
'audits for fraud',
'experimental economics',
'organizational structure',
'governance',
'persistence',
'subspaces',
'partial observability model',
'market efficiency',
'accountability',
'book tax conformity',
'learning',
'journal accounting and public policy',
'springer science business',
'the role big',
'peer reviews',
'february',
'agency costs',
'capital investment',
'internal control',
'employee stock options',
'auditor tenure',
'substantive',
'market reaction',
'accounting accruals',
'investor recognition hypothesis',
'estimation',
'pin',
'cash bonuses',
'analysts recommendations',
'information discovery',
'earnings announcements',
'reporting discretion',
'voluntary disclosure',
'vale louis goldberg',
'disclosure',
'peer group',
'uncertainty',
'january',
'future cash flows',
'executive compensation',
'the structure profit sharing',
'thresholds',
'manipulation',
'real activities',
'financial information',
'information content',
'industry specialization',
'internal control assessment',
'auditors',
'november',
'analytical procedures',
'review process',
'ceo compensation',
'voluntary disclosures',
'managementothing',
'financial reporting',
'aggregation',
'critical perspecives accounting',
'sarbanesoxley act',
'credibility',
'asset securitizations',
'impairment',
'information risk',
'acquisitions',
'usefulness earnings',
'japanese managers',
'implicit deposit insurance and deposit',
'seasoned equity offerings',
'autumn',
'independent',
'expenditures',
'management compensation',
'director elections',
'taxation',
'depreciation method choice',
'cost accounting',
'available online',
'behavioral finance',
'accounting auditing accountability journal',
'earnings response coefficients',
'financial reporting quality',
'double entry',
'economic conditions',
'ifrs',
'improving analytical procedures case',
'analysis the relative',
'critical perspectivres accounting',
'defence the survey',
'earnings based anomalies',
'british accounting review',
'accounting choices',
'the accounting review',
'taxes',
'review accounting studies',
'rev account stud',
'december',
'corporate risk taking',
'firm performance',
'momentum',
'post earnings announcement drift',
'new york',
'journal accounting and economics',
'audit workpapers',
'account public policy',
'product market competition',
'earnings guidance',
'march',
'insider trading',
'corporate advisors',
'issnmanagement accounting research',
'tax noncompliance',
'earnings forecast',
'may',
'stock market',
'aos',
'the information environment and the',
'agency model',
'capital investments',
'august',
'testingic auditing',
'april',
'internal control over financial reporting',
'accounting and finance',
'residual income model',
'earnings quality',
'materiality',
'june',
'compensation',
'asymmetric timeliness',
'jel classification',
'accounting forum',
'summer',
'risk',
'firm year measure',
'time budgets',
'investment policy',
'security analysts',
'sarbanes oxley',
'entrenchment',
'audit committees',
'forecast errors',
'complexity',
'aaaj',
'american accounting association',
'agency theory',
'september',
'risk management behavior',
'earnings surprises',
'financial graphs',
'disclosuresnge',
'board directors',
'ybare',
'capital markets',
'fdicia',
'accounting conservatism',
'divestitures',
'firm size',
'mcb university press',
'earnings dilutionr share',
'earnings management',
'information asymmetry',
'july',
'internal controls',
'regulation',
'outsourcing',
'straight line depreciation',
'auditor choice',
'accounting losses profits',
'decision making',
'performance measurement',
'valuation',
'sox',
'critical perspectives accointing',
'auditing market',
'experimental research method',
'reputation',
'accounting and business research',
'preparers conclusion',
'legal liability',
'management forecast accuracy',
'shielding',
'earnings',
'informativeness book tax differences',
'management forecasts',
'verification',
'management guidance',
'accelerated depreciation',
'winter',
'securitizations',
'competition',
'critical prespectives accounting',
'earnings persistence',
'corporate democracy',
'timely loss recognition',
'critical perspective accounting',
'legislative policy',
'corporate governance',
'book tax differences',
'international journal accounting information systems',
'fall',
'board director compensation',
'privatization',
'managerial perceptions',
'litigation',
'asset measurement']
time: 1.43 ms
dt.index[dt['en_cleaned_accounting_replaced_page_1'].str.match(REPLACED_WORDS[4])]
Int64Index([6900, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6910,
...
8021, 8022, 8023, 8024, 8025, 8026, 8027, 8029, 8030, 8032],
dtype='int64', length=1014)
time: 22.3 ms
dt.iloc[6900]['en_cleaned_page_1']
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
'the accounting review american accounting association vol directors state controlled chinese firms listed hong kong genuine compensation zhihong chen yuyan guan city university hong kong bin nanyang technological university abstract examine the determinants and consequences stock option compensation directors state controlled chinese firms that are incorporated outside china and listed hong kong referred state controlled red chip firms over the period find that state controlled red chip firms granted directors significant number stock options the demand foreign investors however state controlled red chip firms forced the directors forfeit significant percentage their vested the money stock options due conflict between the high powered stock option compensation and state controlled red chip firms unique managerial labor market find little evidence that directors stock option compensation changed the behavior state controlled red chip firms overall our results are consistent with themedias allegation that the stock options granted directors many not all state controlled red chip firms are not genuine compensation keywords china shareholder value stock option compensation corporate gover nance state controlled firms jel classifications data availability data used this study are publicly available from the sources identified the paper thank two anonymous reviewers john harry evans iii senior editor kevin chen gerry lobo michel robe wong and workshop participants american university city university hong kong the pennsylvania state university shanghai jiaotong university singapore management university the chinese university hong kong the university hong kong the hong kong university science and technology tianjin university finance and economics xiamen university and the china international symposium empirical accounting research for helpful comments thank mabel wong the hong kong stock exchanges research library for assistance data collection and shenglan chen yanyan chen sixian yang gang zhao and souza for able research assistance part the research supported grant from the hong kong governments research grant council editors note accepted john harry evans iii submitted april accepted april published online april'
time: 6.33 ms
dt.iloc[6900]['en_cleaned_accounting_replaced_page_1']
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
'directors state controlled chinese firms listed hong kong genuine compensation zhihong yuyan guan city university hong kong bin nanyang technological university examine the determinants and consequences stock option compensation directors state controlled chinese firms that are incorporated outside china and listed hong kong referred state controlled red chip firms over the period find that state controlled red chip firms granted directors significant number stock options the demand foreign investors however state controlled red chip firms forced the directors forfeit significant percentage their vested the money stock options due conflict between the high powered stock option compensation and state controlled red chip firms unique managerial labor market find little evidence that directors stock option compensation changed the behavior state controlled red chip firms overall our results are consistent with themedias allegation that the stock options granted directors many not all state controlled red chip firms are not genuine compensation keywords china shareholder value stock option compensation corporate gover nance state controlled firms data availability data used this study are publicly available from the sources identified the paper thank two anonymous reviewers john harry evans iii senior editor kevin gerry lobo michel robe wong and workshop participants american university city university hong kong the pennsylvania state university shanghai jiaotong university singapore management university the chinese university hong kong the university hong kong the hong kong university science and technology tianjin university finance and economics xiamen university and the china international symposium empirical accounting research for helpful comments thank mabel wong the hong kong stock exchanges research library for assistance data collection and shenglan yanyan sixian yang gang zhao and souza for able research assistance part the research supported grant from the hong kong governments research grant council editors note accepted john harry evans iii submitted accepted published online'
time: 817 ms
x='accounting'
#text = re.sub(r'\b'+r''+str(x)+r'\b', '', dt.iloc[6900]['en_cleaned_page_1'])
text = replace_test(dt.iloc[6900]['en_cleaned_page_1'])
' directors state controlled chinese firms listed hong kong genuine compensation zhihong yuyan guan city university hong kong bin nanyang technological university examine the determinants and consequences stock option compensation directors state controlled chinese firms that are incorporated outside china and listed hong kong referred state controlled red chip firms over the period find that state controlled red chip firms granted directors significant number stock options the demand foreign investors however state controlled red chip firms forced the directors forfeit significant percentage their vested the money stock options due conflict between the high powered stock option compensation and state controlled red chip firms unique managerial labor market find little evidence that directors stock option compensation changed the behavior state controlled red chip firms overall our results are consistent with themedias allegation that the stock options granted directors many not all state controlled red chip firms are not genuine compensation keywords china shareholder value stock option compensation corporate gover nance state controlled firms s data availability data used this study are publicly available from the sources identified the paper thank two anonymous reviewers john harry evans iii senior editor kevin gerry lobo michel robe wong and workshop participants american university city university hong kong the pennsylvania state university shanghai jiaotong university singapore management university the chinese university hong kong the university hong kong the hong kong university science and technology tianjin university finance and economics xiamen university and the china international symposium empirical accounting research for helpful comments thank mabel wong the hong kong stock exchanges research library for assistance data collection and shenglan yanyan sixian yang gang zhao and souza for able research assistance part the research supported grant from the hong kong governments research grant council editors note accepted john harry evans iii submitted accepted published online '
time: 19.7 ms
for i in REPLACED_WORDS:
matched_index = dt.index[dt['en_cleaned_accounting_replaced_page_1'].str.match(i)]
print(str(len(matched_index)) + " -- " + i)
#dt.iloc[matched_index]['en_cleaned_page_1'].values[2]
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
0 -- framework for the analysis 0 -- testingic auditing 0 -- review process 160 -- journal accounting and public policy 0 -- the accounting review 0 -- accounting forum 0 -- critical perspectives accointing 0 -- accounting and business research 0 -- accounting auditing accountability journal 0 -- doi 0 -- new york 0 -- managementothing 0 -- winter 0 -- accounting and finance 0 -- copyright 0 -- account public policy 0 -- accounting research and policy making 0 -- november 0 -- accounting horizons 0 -- june 0 -- ybare 0 -- aos 0 -- fdi 0 -- int tax public finance 0 -- european accounting review 0 -- management accounting research 0 -- jel classification 0 -- the role big 0 -- research managerial accounting learning 0 -- managerial auditing journal 0 -- autumn 0 -- february 0 -- issnmanagement accounting research 0 -- peer reviews 0 -- disclosuresnge 0 -- mcb university press 0 -- may 0 -- available online 0 -- sarbanesoxley act 0 -- rev account stud 0 -- december 0 -- july 0 -- fall 0 -- contemporary accounting research 0 -- march 0 -- january 0 -- vale louis goldberg 0 -- april 0 -- vol 0 -- aaaj 78 -- review accounting studies 0 -- critical perspectives acconting 0 -- sarbanes oxley 0 -- american accounting association 0 -- methodological biasesax 0 -- critical prespectives accounting 0 -- september 0 -- accounting organizations and society 1148 -- critical perspectives accounting 0 -- chen 0 -- international tax and public finance 0 -- critical perspecives accounting 0 -- springer science business 0 -- international journal accounting information systems 0 -- pin 0 -- form 0 -- summer 0 -- fdicia 0 -- critical perspective accounting 118 -- journal accounting and economics 0 -- british accounting review 0 -- october 0 -- the british accounting review 0 -- abstract 0 -- critical perspectivres accounting 0 -- august time: 849 ms
for page in col_page:
dt['en_cleaned_accounting_replaced_' + page] = dt['en_cleaned_accounting_replaced_' + page].parallel_apply(replace_text)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 8min 32s
for i in REPLACED_WORDS:
matched_index = dt.index[dt['en_cleaned_accounting_replaced_page_1'].str.match(i)]
print(str(len(matched_index)) + " -- " + i)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
0 -- framework for the analysis 0 -- testingic auditing 0 -- review process 0 -- journal accounting and public policy 0 -- the accounting review 0 -- accounting forum 0 -- critical perspectives accointing 0 -- accounting and business research 0 -- accounting auditing accountability journal 0 -- doi 0 -- new york 0 -- managementothing 0 -- winter 0 -- accounting and finance 0 -- copyright 0 -- account public policy 0 -- accounting research and policy making 0 -- november 0 -- accounting horizons 0 -- june 0 -- ybare 0 -- aos 0 -- fdi 0 -- int tax public finance 0 -- european accounting review 0 -- management accounting research 0 -- jel classification 0 -- the role big 0 -- research managerial accounting learning 0 -- managerial auditing journal 0 -- autumn 0 -- february 0 -- issnmanagement accounting research 0 -- peer reviews 0 -- disclosuresnge 0 -- mcb university press 0 -- may 0 -- available online 0 -- sarbanesoxley act 0 -- rev account stud 0 -- december 0 -- july 0 -- fall 0 -- contemporary accounting research 0 -- march 0 -- january 0 -- vale louis goldberg 0 -- april 0 -- vol 0 -- aaaj 0 -- review accounting studies 0 -- critical perspectives acconting 0 -- sarbanes oxley 0 -- american accounting association 0 -- methodological biasesax 0 -- critical prespectives accounting 0 -- september 0 -- accounting organizations and society 0 -- critical perspectives accounting 0 -- chen 0 -- international tax and public finance 0 -- critical perspecives accounting 0 -- springer science business 0 -- international journal accounting information systems 0 -- pin 0 -- form 0 -- summer 0 -- fdicia 0 -- critical perspective accounting 0 -- journal accounting and economics 0 -- british accounting review 0 -- october 0 -- the british accounting review 0 -- abstract 0 -- critical perspectivres accounting 0 -- august time: 846 ms
for page in col_page:
dt['en_cleaned_accounting_replaced_' + page] = dt['en_cleaned_accounting_replaced_' + page].parallel_apply(clean_text)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 5min 36s
stop_words_data1 = open("data/StopWords/StopWords_Auditor.txt", "r").read().lower().split()
stop_words_data2 = open("data/StopWords/StopWords_Currencies.txt", "r").read().lower().split()
stop_words_data3 = open("data/StopWords/StopWords_DatesandNumbers.txt").read().lower().split()
stop_words_data4 = open("data/StopWords/StopWords_Generic.txt").read().lower().split()
stop_words_data5 = open("data/StopWords/StopWords_GenericLong.txt").read().lower().split()
stop_words_data6 = open("data/StopWords/StopWords_Geographic.txt").read().lower().split()
stop_words_data7 = open("data/StopWords/StopWords_Names.txt").read().lower().split()
time: 14.8 ms
mallet_stop_words_en = open("data/StopWords/MALLET_en.txt", "r").read().lower().split()
mallet_stop_words_fr = open("data/StopWords/MALLET_fr.txt", "r").read().lower().split()
time: 2.36 ms
print(f'{len(set(stop_words_data1))} => StopWords_Auditor.txt')
print(f'{len(set(stop_words_data2))} => StopWords_Currencies.txt')
print(f'{len(set(stop_words_data3))} => StopWords_DatesandNumbers.txt')
print(f'{len(set(stop_words_data4))} => StopWords_Generic.txt')
print(f'{len(set(stop_words_data5))} => StopWords_GenericLong.txt')
print(f'{len(set(stop_words_data6))} => StopWords_Geographic.txt')
print(f'{len(set(stop_words_data7))} => StopWords_Names.txt')
print(f'{len(set(mallet_stop_words_en))} => MALLET English Stopwords')
print(f'{len(set(mallet_stop_words_fr))} => MALLET French Stopwords')
8 => StopWords_Auditor.txt 190 => StopWords_Currencies.txt 116 => StopWords_DatesandNumbers.txt 121 => StopWords_Generic.txt 570 => StopWords_GenericLong.txt 199 => StopWords_Geographic.txt 11905 => StopWords_Names.txt 523 => MALLET English Stopwords 126 => MALLET French Stopwords time: 8.64 ms
print(len(stop_words_data1) + \
len(stop_words_data2) + \
len(stop_words_data3) + \
len(stop_words_data4) + \
len(stop_words_data5) + \
len(stop_words_data6) + \
len(stop_words_data7))
print(len(mallet_stop_words_en))
print(len(mallet_stop_words_fr))
14336 524 126 time: 2.48 ms
stop_words_data2 = list(filter(lambda a : a != "|", stop_words_data2))
stop_words_data3 = list(filter(lambda a : a != "|", stop_words_data3))
stop_words_data6 = list(filter(lambda a : a != "|", stop_words_data6))
stop_words_data7 = list(filter(lambda a : a != "|", stop_words_data7))
time: 2.94 ms
stop_words_data = stop_words_data1 + \
stop_words_data2 + \
stop_words_data3 + \
stop_words_data4 + \
stop_words_data5 + \
stop_words_data6 + \
stop_words_data7 + \
mallet_stop_words_en + \
mallet_stop_words_fr
time: 869 µs
# TODO:!!!!
# Find accounting related stop words
#LIST_OF_ACCOUNTING_RELATED_STOP_WORDS = ['accounting','firms','research','audit','financial','paper','information','les','des','que','dans','sur','par','qui','est','aux','une']
LIST_OF_ACCOUNTING_RELATED_STOP_WORDS = []
LIST_OF_ACCOUNTING_RELATED_STOP_WORDS = LIST_OF_ACCOUNTING_RELATED_STOP_WORDS + stop_words_data
time: 600 µs
from gensim.parsing.preprocessing import STOPWORDS
stop_list = STOPWORDS.union(set(LIST_OF_ACCOUNTING_RELATED_STOP_WORDS))
time: 2.72 ms
mallet_fr = pd.DataFrame(data=mallet_stop_words_fr, columns=['Stop Word'])
mallet_fr.to_excel('mallet_french_stopwords.xlsx', engine='xlsxwriter')
# https://drive.google.com/file/d/1JMpcfriApigcV54q4ZPOE7GX8iwNgGBI/view?usp=sharing
mallet_en = pd.DataFrame(data=mallet_stop_words_en, columns=['Stop Word'])
mallet_en.to_excel('mallet_english_stopwords.xlsx', engine='xlsxwriter')
# https://drive.google.com/file/d/1op134plHcerwUds8E44Lw9gsI316Pus3/view?usp=sharing
time: 244 ms
s = ['accounting','firms','research','audit','financial','paper','information','les','des','que','dans','sur','par','qui','est','aux','une']
ss1x = pd.DataFrame(data=s, columns=['Stop Word'])
ss1x.to_excel('accounting_stopwords.xlsx', engine='xlsxwriter')
# https://drive.google.com/file/d/1gZfPtIQyQ82u12ScEvEndMMujfrnh8Gd/view?usp=sharing
ss1x = pd.DataFrame(data=stop_list, columns=['Stop Word'])
ss1x.to_excel('ALL_COMBINED_STOP_WORDS.xlsx', engine='xlsxwriter')
ss2 = pd.DataFrame(data=set(LIST_OF_ACCOUNTING_RELATED_STOP_WORDS), columns=['Stop Word'])
ss2.to_excel('accounting_stopwords.xlsx', engine='xlsxwriter')
ss2 = pd.DataFrame(data=set(REPLACED_WORDS), columns=['Removed Words'])
ss2.to_excel('removed_words.xlsx', engine='xlsxwriter')
time: 62.6 ms
for page in col_page:
dt['en_cleaned_accounting_replaced_stop_words_' + page] = dt['en_cleaned_accounting_replaced_' + page].parallel_apply(remove_stopwords) # uses 'stop_list' variable
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 1min 58s
for page in col_page:
dt['en_cleaned_accounting_replaced_stop_words_lemmatized_' + page] = dt['en_cleaned_accounting_replaced_stop_words_' + page].parallel_apply(lemmatizer)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 1h 9min 32s
dt.to_pickle('en_cleaned_accounting_replaced_stop_words_lemmatized_all_pages_separetely.pkl')
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 8min 14s
May lead to confusion, think about that again!!!
from nltk.stem.porter import PorterStemmer
stemmer = PorterStemmer()
def stem_text(text):
word_list = []
for word in text.split(' '):
word_list.append(stemmer.stem(word))
return ' '.join(word_list)
for page in col_page:
dt['cleaned_stop_words_lemmatized_stemmed_' + page] = dt['cleaned_stop_words_lemmatized_' + page].apply(stem_text)
dt.to_pickle('cleaned_stop_words_lemmatized_stemmed_all_pages_separetely.pkl')
text = dt['cleaned_stop_words_page_1'].head(1)[0]
lemmatized_text = dt['cleaned_stop_words_lemmatized_page_1'].head(1)[0].split()
stemmed_text = dt['cleaned_stop_words_lemmatized_stemmed_page_1'].head(1)[0].split()
stemm_words = []
for i in range(len(stemmed_text)):
if stemmed_text[i] == lemmatized_text[i]:
stemm_words.append(stemmed_text[i])
else:
stemm_words.append(stemmed_text[i]+'<span style="background-color: #FF8983">'+(lemmatized_text[i])[len(stemmed_text[i]):]+'</span>')
print_html(' '.join(stemm_words))
print_lemmatized(' '.join(LIST_OF_ACCOUNTING_RELATED_STOP_WORDS), colorized_ignored=False, ignore_type='stop_word')
['PROPN', 'PUNCT', 'ADJ', 'CCONJ', 'NOUN', 'VERB', 'X', 'NUM', 'ADV', 'PRON', 'ADP', 'DET', 'AUX', 'SCONJ', 'INTJ', 'PART']
time: 4.18 s
print_lemmatized(dt['en_cleaned_page_1'].head(1)[0])
print_lemmatized(dt['en_cleaned_stop_words_page_1'].head(1)[0])
print_lemmatized(dt['en_cleaned_stop_words_lemmatized_page_1'].head(1)[0])
['SPACE', 'PROPN', 'DET', 'NOUN', 'CCONJ', 'ADJ', 'ADP', 'VERB', 'AUX', 'ADV', 'SCONJ', 'PART', 'INTJ']
['PROPN', 'NOUN', 'VERB', 'ADJ', 'ADV', 'ADP']
['NOUN', 'PROPN', 'VERB', 'ADJ', 'ADV']
time: 213 ms
dt['content_3'] = dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_1'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_2'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_3'].apply(str)
dt['content_10'] = dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_1'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_2'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_3'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_4'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_5'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_6'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_7'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_8'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_9'].apply(str) + ' ' \
+ dt['en_cleaned_accounting_replaced_stop_words_lemmatized_page_10'].apply(str)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 3.03 s
dt3c = pd.DataFrame(dt, columns=['file_path', 'Author', 'date', 'title', 'content_3', 'content_5', 'content_10'])
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 3.6 s
dt3c['content_3_lang'] = dt3c['content_3'].parallel_apply(document_lang)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 9min 48s
dt3c['content_5_lang'] = dt3c['content_5'].parallel_apply(document_lang)
dt3c['content_10_lang'] = dt3c['content_10'].parallel_apply(document_lang)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 38min 23s
dt3c.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 15751 entries, 0 to 15750 Data columns (total 10 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15751 non-null object 1 Author 7830 non-null object 2 date 15525 non-null object 3 title 14074 non-null object 4 content_3 15751 non-null object 5 content_5 15751 non-null object 6 content_10 15751 non-null object 7 content_3_lang 15751 non-null object 8 content_5_lang 15751 non-null object 9 content_10_lang 15751 non-null object dtypes: object(10) memory usage: 1.2+ MB time: 285 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
print(dt3c['content_3_lang'].unique())
for lang in dt3c['content_3_lang'].unique():
print(f'{lang}: {list(dt3c["content_3_lang"].values).count(lang)}')
['en' 'UNKNOWN' 'da' 'it' 'ro' 'fr' 'af' 'nl' 'no' 'sq' 'ca'] en: 15151 UNKNOWN: 554 da: 5 it: 8 ro: 3 fr: 16 af: 1 nl: 1 no: 4 sq: 6 ca: 2 time: 11.9 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
unknown_lang_indexes = pd.Index([])
dt3c_copy = dt3c.copy()
for lang in dt3c['content_3_lang'].unique():
if lang != 'en':
unknown_lang_indexes = unknown_lang_indexes.union(dt3c.index[dt3c['content_3_lang'].str.match(lang)])
for lang in dt3c['content_10_lang'].unique():
if lang != 'en':
unknown_lang_indexes = unknown_lang_indexes.union(dt3c.index[dt3c['content_10_lang'].str.match(lang)])
dt3c = dt3c.drop(unknown_lang_indexes)
dt3c.info()
dt3c.reset_index(drop=True, inplace=True)
dt3c.info()
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
<class 'pandas.core.frame.DataFrame'> Int64Index: 15150 entries, 0 to 15750 Data columns (total 10 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15150 non-null object 1 Author 7758 non-null object 2 date 14937 non-null object 3 title 13503 non-null object 4 content_3 15150 non-null object 5 content_5 15150 non-null object 6 content_10 15150 non-null object 7 content_3_lang 15150 non-null object 8 content_5_lang 15150 non-null object 9 content_10_lang 15150 non-null object dtypes: object(10) memory usage: 1.3+ MB <class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Data columns (total 10 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15150 non-null object 1 Author 7758 non-null object 2 date 14937 non-null object 3 title 13503 non-null object 4 content_3 15150 non-null object 5 content_5 15150 non-null object 6 content_10 15150 non-null object 7 content_3_lang 15150 non-null object 8 content_5_lang 15150 non-null object 9 content_10_lang 15150 non-null object dtypes: object(10) memory usage: 1.2+ MB time: 339 ms
def word_count(text):
return len(re.split('\s+', str(text)))
dt3c['wc'] = dt3c['content_10'].apply(word_count)
papers_has_10_words = dt3c[dt3c['wc']>1000]
papers_has_10_words = papers_has_10_words[papers_has_10_words['wc']<4000]
wc_count = papers_has_10_words['wc'].value_counts().sort_index()
print(dt3c['wc'].value_counts().sort_index())
201 2 202 3 203 1 204 3 206 1 207 2 208 2 209 2 210 3 211 1 212 2 213 2 214 1 216 3 217 1 218 4 219 3 220 2 222 2 223 3 224 1 225 1 226 1 227 1 228 2 229 2 230 1 232 3 233 1 234 1 235 5 236 3 237 2 238 2 239 2 240 3 241 4 242 4 244 1 245 2 246 4 247 1 248 6 249 2 250 1 251 1 252 3 253 1 254 4 256 2 257 3 258 4 260 2 261 3 262 2 263 2 264 1 266 1 267 3 268 5 269 4 271 2 272 4 273 2 274 1 275 7 277 1 278 4 279 1 280 2 281 2 282 2 283 5 284 2 285 1 286 3 287 3 288 2 289 2 290 1 291 3 292 1 293 2 294 2 295 3 296 5 297 3 298 3 300 3 301 1 302 1 303 2 304 3 305 1 306 3 307 2 308 1 309 2 310 2 311 2 312 2 313 1 314 2 315 2 316 3 317 1 318 2 319 1 320 4 321 4 322 2 323 2 324 3 325 2 326 1 327 2 328 1 329 3 330 3 331 5 332 2 333 3 334 5 335 2 337 3 339 1 340 1 341 2 342 2 345 1 346 2 347 3 348 4 349 1 350 2 351 2 352 3 353 2 354 3 355 2 356 1 357 1 358 1 359 4 361 2 363 2 364 2 365 4 367 3 369 5 370 1 371 1 372 1 373 3 374 2 375 1 376 2 377 1 378 2 379 1 380 5 381 2 382 1 384 3 386 3 388 2 389 1 390 1 391 1 393 2 394 4 395 5 396 6 397 4 398 1 400 4 401 1 403 2 404 1 405 1 406 7 407 1 408 1 409 1 410 3 411 1 412 2 413 1 414 1 415 3 416 1 417 2 418 1 419 2 420 1 421 2 422 1 424 2 425 1 426 2 427 1 428 1 430 3 431 1 432 4 433 2 434 3 436 1 439 2 440 3 441 5 442 1 443 1 444 1 446 2 447 1 448 2 450 4 451 3 452 1 454 4 455 13 456 1 457 2 458 3 459 1 460 1 461 4 462 4 463 1 464 2 465 3 466 1 467 1 468 5 469 1 470 2 471 2 472 4 473 3 475 1 476 1 477 1 478 2 480 1 482 1 483 3 485 2 488 2 489 1 490 2 491 1 492 2 493 1 496 1 497 1 500 1 501 3 503 1 504 4 505 1 509 2 510 2 513 1 518 1 520 4 521 1 522 1 523 1 525 1 526 1 527 1 528 1 529 2 530 4 531 1 532 3 534 1 536 3 538 2 539 1 541 1 542 1 544 1 545 2 546 1 547 1 548 1 550 3 551 1 552 2 553 1 554 1 555 1 557 1 558 2 560 1 561 1 563 3 564 2 566 1 569 1 570 1 572 1 575 2 576 1 577 2 578 1 581 1 582 1 583 1 584 1 587 1 589 1 597 1 599 1 600 1 601 1 602 1 605 1 606 1 607 1 608 2 609 1 614 1 616 1 622 1 626 1 631 1 637 2 638 1 640 1 641 1 645 1 646 1 647 1 649 1 650 1 651 1 652 1 653 1 655 1 656 1 657 1 658 2 661 1 663 1 664 1 665 2 666 1 667 1 671 1 672 1 673 2 674 1 675 1 676 1 679 1 680 2 681 1 685 1 686 1 690 1 693 1 694 1 697 2 698 2 699 2 701 2 703 1 704 3 705 1 707 2 709 1 710 1 711 2 713 3 714 3 715 1 716 2 719 1 720 1 721 2 723 1 724 1 727 2 728 2 729 1 733 2 735 1 737 2 738 1 739 1 740 1 741 2 742 1 743 1 746 1 747 1 752 1 755 1 756 1 757 1 758 2 759 4 760 3 762 1 763 1 764 1 765 8 766 1 767 1 768 1 769 1 770 4 771 4 773 2 774 2 776 1 777 4 779 3 781 3 783 2 784 3 787 1 788 1 789 1 790 3 791 2 792 1 793 2 794 2 795 2 799 2 800 1 802 1 804 3 805 2 806 2 807 2 811 3 814 1 815 1 816 1 821 1 822 2 823 2 829 2 830 1 831 1 832 1 833 2 835 2 837 1 842 1 844 1 849 1 850 3 851 2 852 1 855 2 856 1 857 1 858 1 860 2 861 1 862 2 866 1 868 4 869 3 871 2 873 1 874 1 876 1 877 3 880 1 881 2 882 1 883 2 884 1 885 1 886 2 887 2 889 1 890 4 893 1 897 2 898 1 899 1 900 2 901 1 904 2 905 1 906 1 907 3 908 1 909 1 912 2 913 2 914 2 915 1 916 1 917 1 919 3 921 1 922 1 924 5 925 2 927 1 928 1 929 1 931 2 933 1 935 1 937 2 938 4 939 1 940 2 942 1 944 3 945 2 946 1 947 1 948 1 950 2 951 6 952 2 953 3 957 1 958 3 959 1 960 2 961 1 962 4 963 1 964 3 965 2 967 1 969 1 970 1 971 1 972 1 973 5 974 1 976 2 977 1 978 2 979 2 980 2 981 2 982 3 983 1 984 4 985 3 986 1 987 2 988 4 989 2 990 1 994 2 996 3 997 3 1000 1 1001 1 1003 1 1004 1 1005 1 1007 2 1008 3 1009 3 1010 2 1011 1 1012 1 1013 1 1014 1 1015 3 1016 3 1017 1 1018 1 1019 2 1020 1 1021 2 1022 1 1023 1 1024 3 1026 2 1027 1 1028 1 1029 2 1033 1 1035 2 1036 2 1037 2 1038 2 1039 3 1040 1 1042 6 1043 2 1044 2 1045 2 1047 1 1049 1 1050 1 1051 1 1053 1 1054 1 1056 1 1059 3 1060 1 1061 2 1064 1 1066 1 1067 2 1069 1 1070 2 1071 2 1072 1 1073 4 1075 2 1076 1 1077 4 1078 1 1079 2 1082 3 1083 2 1084 3 1085 1 1086 1 1087 1 1088 5 1089 2 1090 3 1091 1 1093 2 1094 3 1095 2 1096 1 1098 2 1100 7 1101 1 1102 1 1103 3 1105 3 1107 3 1108 1 1109 1 1110 3 1111 1 1112 2 1113 1 1114 3 1115 2 1116 5 1117 1 1119 4 1120 1 1122 3 1123 3 1124 3 1125 3 1127 4 1128 4 1129 1 1130 4 1133 1 1135 2 1136 2 1137 2 1138 1 1139 1 1140 2 1141 1 1142 1 1143 6 1144 1 1145 1 1146 3 1147 1 1148 3 1149 2 1151 2 1152 2 1153 5 1154 1 1155 3 1156 1 1157 2 1159 3 1160 1 1161 1 1162 3 1163 2 1164 2 1165 1 1166 2 1167 4 1168 1 1169 3 1171 2 1172 4 1173 1 1174 3 1176 2 1177 3 1178 1 1179 2 1180 1 1181 3 1182 2 1183 3 1184 1 1185 5 1186 1 1187 1 1189 2 1190 3 1191 3 1192 1 1193 4 1195 3 1196 4 1197 3 1198 2 1199 4 1201 2 1203 4 1204 7 1205 4 1206 6 1207 4 1208 3 1209 3 1210 2 1211 1 1212 3 1213 4 1214 2 1215 2 1216 5 1217 3 1218 1 1219 3 1220 2 1221 2 1222 1 1223 1 1224 3 1225 5 1226 2 1227 2 1228 2 1229 2 1230 2 1231 3 1233 2 1234 1 1235 1 1236 2 1237 1 1238 3 1239 2 1240 2 1241 4 1242 2 1243 5 1244 3 1245 1 1246 1 1247 1 1248 3 1249 2 1250 4 1251 3 1252 3 1253 4 1254 1 1255 5 1256 1 1257 1 1258 3 1260 2 1262 6 1264 2 1265 2 1266 5 1268 1 1269 8 1270 2 1271 5 1272 3 1273 4 1274 5 1275 1 1276 1 1277 2 1278 2 1280 3 1281 4 1282 3 1283 3 1284 3 1285 3 1286 1 1287 3 1288 2 1289 1 1290 4 1291 2 1292 7 1293 3 1294 2 1295 2 1296 2 1297 2 1298 2 1299 2 1300 3 1301 1 1302 4 1303 4 1304 3 1305 3 1306 2 1307 6 1308 4 1309 7 1310 5 1311 2 1312 2 1313 3 1314 6 1315 6 1316 5 1317 3 1318 2 1319 3 1321 4 1322 4 1323 6 1324 5 1325 7 1327 2 1328 3 1329 4 1330 1 1331 1 1332 4 1333 4 1334 2 1335 3 1336 3 1337 7 1338 5 1339 6 1340 5 1341 4 1342 1 1343 2 1344 6 1345 4 1346 3 1347 1 1348 4 1349 3 1350 1 1351 4 1352 4 1353 3 1354 3 1355 2 1356 9 1357 2 1358 1 1359 4 1360 4 1361 3 1362 6 1363 2 1364 8 1365 3 1366 5 1367 2 1368 2 1369 5 1370 5 1371 2 1372 8 1374 2 1375 3 1376 4 1377 2 1378 3 1379 2 1380 2 1381 3 1382 1 1383 6 1384 4 1385 3 1386 3 1387 4 1388 3 1389 2 1390 4 1391 3 1392 1 1393 2 1394 5 1395 3 1396 4 1397 8 1398 1 1399 3 1400 4 1401 3 1402 1 1403 4 1404 4 1405 2 1406 7 1407 4 1408 4 1409 4 1410 1 1411 5 1412 7 1413 4 1414 8 1415 4 1416 2 1418 5 1419 2 1420 4 1421 5 1422 4 1423 3 1424 1 1425 4 1426 4 1427 2 1428 1 1429 3 1430 6 1431 7 1432 5 1433 5 1434 3 1435 4 1436 3 1437 5 1438 2 1439 5 1440 3 1441 2 1442 2 1443 1 1444 6 1445 4 1447 1 1448 5 1449 4 1450 4 1451 5 1452 1 1453 6 1454 4 1455 3 1456 4 1457 5 1458 6 1459 7 1460 3 1461 4 1462 5 1463 5 1464 4 1465 7 1466 4 1467 4 1468 5 1469 4 1470 5 1472 5 1473 7 1474 5 1475 2 1476 4 1477 4 1478 5 1479 5 1480 7 1481 11 1482 4 1483 5 1484 2 1485 8 1486 4 1487 6 1488 3 1489 5 1490 4 1491 1 1492 2 1493 10 1494 3 1495 6 1496 3 1497 3 1498 6 1499 11 1500 9 1501 2 1502 10 1503 11 1504 9 1505 10 1506 10 1507 7 1508 4 1509 5 1510 2 1511 7 1512 2 1513 5 1514 8 1515 7 1516 5 1517 4 1518 5 1519 7 1520 4 1521 6 1522 10 1523 8 1524 3 1525 4 1526 8 1527 2 1528 8 1529 8 1530 8 1531 3 1532 3 1533 4 1534 5 1535 6 1536 4 1537 7 1538 6 1539 9 1540 5 1541 4 1542 12 1543 4 1544 4 1545 3 1546 4 1547 5 1548 4 1549 7 1550 2 1551 5 1552 7 1553 6 1554 3 1555 8 1556 8 1557 6 1558 9 1559 5 1560 6 1561 6 1562 8 1563 5 1564 6 1565 7 1566 8 1567 2 1568 5 1569 5 1570 1 1571 8 1572 6 1573 3 1574 8 1575 4 1576 6 1577 7 1578 4 1579 6 1580 5 1581 2 1582 4 1583 9 1584 7 1585 5 1586 5 1587 5 1588 9 1589 10 1590 8 1591 4 1592 3 1593 7 1594 8 1595 7 1596 7 1597 9 1598 16 1599 8 1600 7 1601 6 1602 10 1603 10 1604 9 1605 7 1606 4 1607 5 1608 12 1609 7 1610 8 1611 6 1612 14 1613 7 1614 7 1615 10 1616 10 1617 6 1618 6 1619 5 1620 6 1621 7 1622 8 1623 9 1624 10 1625 10 1626 8 1627 12 1628 9 1629 5 1630 11 1631 6 1632 9 1633 9 1634 12 1635 6 1636 9 1637 8 1638 6 1639 6 1640 4 1641 11 1642 6 1643 7 1644 8 1645 4 1646 9 1647 7 1648 4 1649 9 1650 4 1651 13 1652 3 1653 7 1654 4 1655 3 1656 7 1657 8 1658 20 1659 11 1660 7 1661 9 1662 8 1663 5 1664 10 1665 4 1666 7 1667 8 1668 10 1669 6 1670 6 1671 6 1672 12 1673 10 1674 7 1675 9 1676 5 1677 14 1678 15 1679 5 1680 10 1681 9 1682 6 1683 12 1684 12 1685 8 1686 5 1687 5 1688 12 1689 17 1690 7 1691 7 1692 6 1693 17 1694 11 1695 10 1696 12 1697 10 1698 7 1699 6 1700 11 1701 12 1702 9 1703 5 1704 11 1705 9 1706 8 1707 9 1708 5 1709 10 1710 9 1711 9 1712 8 1713 9 1714 5 1715 11 1716 4 1717 15 1718 13 1719 8 1720 8 1721 6 1722 8 1723 4 1724 8 1725 10 1726 16 1727 3 1728 8 1729 7 1730 10 1731 14 1732 10 1733 16 1734 11 1735 11 1736 11 1737 12 1738 12 1739 12 1740 8 1741 9 1742 14 1743 9 1744 13 1745 8 1746 10 1747 9 1748 13 1749 8 1750 16 1751 20 1752 9 1753 7 1754 5 1755 5 1756 9 1757 15 1758 11 1759 13 1760 9 1761 11 1762 6 1763 10 1764 9 1765 8 1766 11 1767 7 1768 8 1769 11 1770 12 1771 10 1772 13 1773 6 1774 5 1775 12 1776 11 1777 13 1778 11 1779 7 1780 13 1781 9 1782 7 1783 17 1784 14 1785 7 1786 5 1787 16 1788 10 1789 8 1790 8 1791 6 1792 10 1793 14 1794 12 1795 11 1796 13 1797 24 1798 12 1799 6 1800 7 1801 9 1802 14 1803 13 1804 15 1805 7 1806 11 1807 10 1808 6 1809 12 1810 6 1811 12 1812 15 1813 15 1814 13 1815 8 1816 13 1817 14 1818 15 1819 7 1820 9 1821 10 1822 10 1823 8 1824 12 1825 9 1826 4 1827 17 1828 11 1829 22 1830 8 1831 13 1832 18 1833 7 1834 12 1835 9 1836 8 1837 8 1838 12 1839 14 1840 13 1841 5 1842 12 1843 14 1844 7 1845 16 1846 10 1847 7 1848 12 1849 11 1850 17 1851 15 1852 7 1853 13 1854 11 1855 12 1856 10 1857 15 1858 13 1859 11 1860 15 1861 9 1862 14 1863 12 1864 11 1865 14 1866 12 1867 10 1868 14 1869 10 1870 16 1871 8 1872 7 1873 11 1874 11 1875 14 1876 14 1877 8 1878 10 1879 12 1880 7 1881 8 1882 7 1883 13 1884 15 1885 16 1886 12 1887 9 1888 5 1889 11 1890 10 1891 8 1892 6 1893 16 1894 15 1895 17 1896 12 1897 7 1898 8 1899 7 1900 10 1901 10 1902 7 1903 13 1904 14 1905 16 1906 17 1907 9 1908 12 1909 6 1910 10 1911 16 1912 5 1913 18 1914 10 1915 10 1916 12 1917 19 1918 7 1919 15 1920 15 1921 7 1922 11 1923 9 1924 10 1925 13 1926 11 1927 10 1928 11 1929 11 1930 15 1931 12 1932 6 1933 8 1934 14 1935 9 1936 13 1937 10 1938 8 1939 12 1940 7 1941 7 1942 6 1943 11 1944 18 1945 13 1946 6 1947 11 1948 9 1949 8 1950 16 1951 9 1952 5 1953 11 1954 8 1955 7 1956 9 1957 13 1958 10 1959 6 1960 18 1961 11 1962 6 1963 16 1964 11 1965 12 1966 10 1967 9 1968 10 1969 9 1970 15 1971 9 1972 12 1973 6 1974 11 1975 8 1976 12 1977 8 1978 13 1979 10 1980 12 1981 3 1982 8 1983 14 1984 14 1985 7 1986 15 1987 12 1988 12 1989 18 1990 14 1991 10 1992 11 1993 19 1994 8 1995 14 1996 14 1997 12 1998 12 1999 11 2000 7 2001 19 2002 9 2003 10 2004 15 2005 17 2006 8 2007 9 2008 9 2009 13 2010 12 2011 9 2012 12 2013 15 2014 9 2015 14 2016 9 2017 10 2018 7 2019 16 2020 15 2021 8 2022 9 2023 11 2024 7 2025 12 2026 9 2027 9 2028 7 2029 7 2030 9 2031 12 2032 15 2033 7 2034 9 2035 5 2036 10 2037 10 2038 15 2039 14 2040 11 2041 10 2042 7 2043 18 2044 9 2045 7 2046 10 2047 11 2048 10 2049 12 2050 15 2051 8 2052 11 2053 11 2054 7 2055 10 2056 14 2057 10 2058 15 2059 6 2060 8 2061 8 2062 8 2063 12 2064 10 2065 9 2066 13 2067 8 2068 4 2069 10 2070 10 2071 10 2072 13 2073 10 2074 10 2075 12 2076 6 2077 14 2078 10 2079 9 2080 8 2081 11 2082 13 2083 9 2084 4 2085 5 2086 8 2087 11 2088 6 2089 6 2090 19 2091 12 2092 9 2093 12 2094 6 2095 10 2096 11 2097 10 2098 7 2099 6 2100 7 2101 6 2102 8 2103 10 2104 9 2105 10 2106 4 2107 13 2108 8 2109 12 2110 9 2111 9 2112 11 2113 7 2114 5 2115 11 2116 7 2117 8 2118 10 2119 12 2120 8 2121 8 2122 5 2123 9 2124 7 2125 9 2126 12 2127 11 2128 12 2129 12 2130 9 2131 10 2132 6 2133 4 2134 11 2135 4 2136 10 2137 16 2138 6 2139 3 2140 9 2141 9 2142 8 2143 5 2144 14 2145 9 2146 20 2147 8 2148 12 2149 12 2150 7 2151 8 2152 5 2153 19 2154 11 2155 6 2156 7 2157 11 2158 6 2159 7 2160 9 2161 5 2162 4 2163 10 2164 16 2165 6 2166 8 2167 12 2168 12 2169 12 2170 7 2171 10 2172 7 2173 8 2174 10 2175 10 2176 11 2177 8 2178 5 2179 5 2180 6 2181 8 2182 6 2183 11 2184 8 2185 6 2186 7 2187 8 2188 6 2189 4 2190 14 2191 8 2192 7 2193 6 2194 11 2195 8 2196 8 2197 9 2198 13 2199 9 2200 10 2201 4 2202 7 2203 10 2204 10 2205 9 2206 13 2207 6 2208 10 2209 8 2210 6 2211 6 2212 7 2213 8 2214 2 2215 10 2216 7 2217 11 2218 8 2219 14 2220 10 2221 8 2222 7 2223 16 2224 2 2225 6 2226 9 2227 6 2228 6 2229 13 2230 7 2231 6 2232 4 2233 6 2234 8 2235 9 2236 9 2237 10 2238 10 2239 10 2240 10 2241 7 2242 4 2243 9 2244 6 2245 9 2246 5 2247 13 2248 5 2249 11 2250 10 2251 13 2252 9 2253 9 2254 10 2255 12 2256 12 2257 7 2258 4 2259 5 2260 9 2261 11 2262 11 2263 6 2264 8 2265 5 2266 7 2267 7 2268 12 2269 7 2270 7 2271 2 2272 9 2273 8 2274 13 2275 5 2276 6 2277 7 2278 6 2279 4 2280 10 2281 9 2282 6 2283 6 2284 4 2285 2 2286 12 2287 6 2288 6 2289 10 2290 7 2291 6 2292 6 2293 7 2294 5 2295 4 2296 5 2297 4 2298 12 2299 10 2300 7 2301 4 2302 7 2303 9 2304 7 2305 3 2306 2 2307 4 2308 8 2309 5 2310 10 2311 7 2312 4 2313 11 2314 6 2315 8 2316 4 2317 6 2318 7 2319 5 2320 3 2321 8 2322 8 2323 13 2324 2 2325 6 2326 6 2327 8 2328 7 2329 5 2330 8 2331 2 2332 10 2333 5 2334 6 2335 5 2336 9 2337 12 2338 8 2339 10 2341 7 2342 7 2343 8 2344 7 2345 2 2346 9 2347 7 2348 2 2349 6 2350 9 2351 8 2352 10 2353 3 2354 10 2355 9 2356 10 2357 10 2358 9 2359 5 2360 7 2361 6 2362 6 2363 14 2364 4 2365 6 2366 7 2367 2 2368 8 2369 9 2370 9 2371 5 2372 9 2373 6 2374 8 2375 13 2376 9 2377 5 2378 6 2379 9 2380 5 2381 3 2382 3 2383 4 2384 4 2385 6 2386 7 2387 5 2388 5 2389 8 2390 6 2391 8 2392 5 2393 2 2394 10 2395 5 2396 7 2397 14 2398 3 2399 6 2400 4 2401 5 2402 7 2403 4 2404 3 2405 4 2406 7 2407 7 2408 5 2409 6 2410 11 2411 6 2412 7 2413 3 2414 5 2415 9 2416 8 2417 7 2418 5 2419 8 2420 3 2421 9 2422 7 2423 7 2424 5 2425 11 2426 4 2427 7 2428 5 2429 4 2430 7 2431 6 2432 5 2433 4 2434 7 2435 6 2436 9 2437 10 2439 6 2440 5 2441 5 2442 4 2443 6 2444 4 2445 8 2446 6 2447 6 2448 8 2449 3 2450 8 2451 6 2452 5 2453 4 2454 5 2455 6 2456 3 2457 11 2458 4 2459 5 2460 10 2461 5 2462 4 2463 5 2464 3 2465 6 2466 3 2467 2 2468 8 2469 11 2470 6 2471 5 2472 6 2473 7 2474 4 2475 4 2476 5 2477 3 2478 3 2479 5 2480 5 2481 3 2482 6 2483 4 2484 7 2485 10 2486 5 2487 5 2488 7 2489 9 2490 1 2491 6 2492 6 2493 4 2494 6 2495 5 2496 3 2497 6 2498 8 2499 5 2500 3 2501 5 2502 6 2503 2 2504 5 2505 4 2506 7 2507 5 2508 5 2509 5 2510 6 2511 3 2512 6 2513 1 2514 4 2515 8 2516 4 2517 5 2518 4 2519 10 2520 6 2521 5 2522 5 2523 1 2524 2 2525 5 2526 5 2527 6 2528 4 2529 1 2530 3 2531 2 2532 5 2533 13 2534 7 2535 5 2536 5 2537 10 2538 8 2539 5 2540 2 2541 6 2542 5 2543 2 2544 2 2545 10 2546 3 2547 3 2548 6 2549 4 2550 4 2551 6 2552 4 2553 5 2554 4 2555 4 2556 4 2557 4 2558 2 2559 2 2560 3 2561 4 2562 6 2563 6 2564 3 2565 3 2566 5 2567 6 2568 6 2569 5 2570 2 2571 3 2572 5 2573 6 2574 2 2575 3 2576 4 2577 4 2578 4 2579 3 2580 4 2581 2 2582 3 2583 5 2584 5 2585 1 2586 3 2587 5 2588 9 2589 7 2590 3 2591 3 2592 4 2593 2 2594 2 2595 7 2596 1 2597 5 2598 5 2599 5 2600 3 2601 7 2602 6 2604 5 2605 4 2606 1 2607 1 2608 5 2609 4 2610 3 2611 3 2612 5 2613 5 2614 2 2615 4 2616 5 2617 2 2618 2 2619 1 2620 2 2621 4 2622 6 2623 1 2624 3 2625 2 2626 6 2627 2 2628 3 2629 1 2630 2 2631 4 2632 2 2633 5 2634 2 2635 4 2636 2 2637 4 2638 4 2639 1 2640 3 2641 4 2642 9 2643 1 2644 6 2645 2 2646 7 2647 3 2648 4 2649 1 2650 3 2651 5 2652 2 2653 4 2654 3 2655 4 2656 3 2657 6 2658 2 2659 3 2660 3 2662 4 2663 4 2664 5 2665 5 2666 5 2667 2 2668 2 2669 5 2670 3 2671 7 2672 5 2673 5 2674 3 2675 2 2676 3 2677 6 2678 3 2679 5 2680 5 2682 2 2683 3 2684 3 2686 5 2687 1 2688 2 2689 2 2690 2 2691 6 2692 2 2694 8 2695 8 2696 3 2697 1 2698 1 2699 2 2700 2 2701 3 2702 3 2703 1 2704 6 2705 9 2706 5 2707 3 2708 6 2709 4 2710 3 2711 5 2712 4 2713 2 2714 2 2715 5 2716 1 2717 4 2718 3 2719 3 2720 4 2721 1 2722 2 2723 1 2724 4 2725 2 2726 5 2727 3 2728 1 2729 4 2730 2 2731 2 2732 1 2733 2 2734 6 2735 1 2737 3 2738 2 2739 3 2740 3 2741 3 2742 2 2743 6 2745 2 2746 1 2747 1 2748 3 2749 3 2750 8 2752 4 2753 3 2754 2 2755 1 2756 3 2757 4 2758 4 2759 4 2760 3 2761 4 2762 2 2763 4 2764 2 2765 3 2767 1 2768 3 2769 2 2770 3 2771 2 2772 3 2773 2 2774 3 2775 3 2776 3 2777 5 2778 3 2779 6 2780 1 2781 3 2782 2 2783 2 2784 2 2786 2 2787 2 2789 2 2790 5 2791 1 2792 2 2793 2 2795 1 2796 1 2797 4 2798 1 2799 2 2800 1 2802 3 2803 2 2804 1 2805 2 2806 5 2808 2 2809 4 2810 6 2811 3 2812 1 2813 1 2814 3 2815 1 2816 2 2817 3 2818 3 2819 1 2820 3 2821 3 2822 1 2823 4 2824 1 2825 3 2827 3 2828 3 2829 3 2830 2 2831 3 2832 1 2834 2 2835 1 2836 1 2837 1 2838 4 2839 4 2840 2 2841 2 2842 4 2843 1 2844 2 2845 2 2846 2 2847 3 2848 4 2849 3 2850 3 2851 3 2852 3 2853 1 2854 1 2855 2 2856 1 2857 2 2858 1 2859 2 2860 2 2861 1 2862 1 2863 4 2864 1 2865 1 2866 3 2867 3 2868 2 2869 1 2870 1 2871 3 2873 2 2874 1 2875 1 2876 2 2877 1 2879 3 2880 2 2881 5 2883 3 2884 2 2885 4 2886 6 2887 5 2888 2 2889 2 2890 2 2891 2 2893 3 2894 1 2895 3 2896 2 2897 4 2899 2 2900 1 2901 2 2902 3 2903 3 2904 2 2905 1 2906 2 2907 2 2908 1 2909 1 2910 4 2911 2 2912 5 2913 5 2914 2 2915 1 2917 4 2918 1 2919 2 2921 2 2922 1 2923 1 2924 2 2925 2 2927 1 2928 4 2929 3 2930 3 2931 4 2932 3 2933 4 2934 1 2935 1 2936 1 2937 4 2938 2 2939 4 2940 2 2941 4 2942 2 2943 3 2944 3 2945 2 2946 2 2947 1 2948 2 2950 4 2951 7 2952 1 2953 1 2954 2 2955 1 2956 4 2957 6 2958 1 2959 5 2960 4 2961 2 2962 2 2963 1 2965 3 2966 1 2967 1 2968 1 2969 2 2970 3 2972 4 2973 1 2974 3 2975 2 2977 2 2978 2 2979 1 2980 3 2981 1 2982 1 2983 2 2984 2 2985 5 2986 1 2987 1 2988 4 2989 1 2990 3 2993 2 2994 3 2995 1 2996 5 2997 2 2998 1 2999 3 3000 2 3001 5 3003 4 3004 2 3005 1 3006 1 3008 4 3009 2 3010 2 3011 3 3012 4 3013 2 3014 1 3016 1 3017 2 3018 6 3019 3 3020 1 3021 1 3024 1 3026 1 3027 2 3028 3 3029 3 3030 4 3031 3 3032 4 3033 4 3034 4 3035 6 3036 1 3037 4 3038 1 3039 1 3041 3 3042 2 3043 1 3044 2 3045 3 3046 1 3047 2 3048 1 3049 3 3050 1 3051 2 3052 2 3053 2 3055 3 3056 2 3057 2 3058 1 3059 3 3060 3 3061 3 3062 1 3063 1 3064 2 3065 3 3066 3 3067 2 3069 3 3070 4 3071 5 3072 2 3073 2 3074 2 3076 4 3077 7 3078 3 3079 2 3080 4 3081 1 3082 3 3083 1 3084 1 3086 1 3087 5 3090 6 3091 3 3092 2 3093 1 3094 2 3095 1 3097 3 3098 1 3099 3 3100 3 3101 1 3102 1 3103 1 3104 3 3105 4 3106 2 3107 5 3108 1 3109 5 3110 2 3111 1 3112 3 3113 3 3115 1 3116 5 3119 3 3120 1 3121 1 3122 1 3123 4 3124 4 3125 5 3126 2 3127 2 3128 3 3129 1 3130 2 3131 1 3132 1 3133 2 3134 4 3135 3 3136 1 3137 1 3139 4 3140 1 3141 6 3142 1 3144 1 3145 1 3146 3 3147 3 3148 1 3149 2 3151 2 3152 4 3153 2 3154 2 3155 4 3156 4 3157 1 3158 2 3159 4 3160 1 3161 1 3162 4 3163 4 3164 3 3165 2 3166 4 3167 1 3168 5 3169 2 3170 3 3171 2 3173 3 3174 2 3175 2 3176 2 3177 2 3179 1 3181 3 3183 4 3184 1 3185 3 3186 2 3188 1 3190 4 3191 4 3192 3 3193 1 3195 3 3196 2 3197 3 3198 3 3199 1 3200 1 3201 3 3203 2 3204 2 3205 2 3207 2 3208 3 3209 2 3210 1 3211 1 3213 7 3214 1 3215 3 3216 2 3217 1 3218 1 3219 3 3220 1 3221 3 3222 2 3224 3 3225 2 3226 1 3227 1 3228 4 3229 2 3230 2 3231 1 3232 3 3233 1 3234 2 3236 3 3237 1 3238 1 3239 5 3240 2 3242 2 3243 1 3244 4 3245 1 3246 2 3247 4 3248 4 3249 2 3250 2 3251 2 3254 1 3255 3 3256 2 3257 2 3258 3 3259 2 3260 3 3262 2 3263 3 3264 1 3265 5 3266 2 3267 2 3268 2 3269 5 3270 5 3272 1 3274 3 3275 1 3276 3 3277 4 3278 2 3279 1 3280 3 3281 2 3282 1 3283 1 3284 2 3285 3 3286 1 3287 5 3288 1 3291 2 3292 1 3293 1 3294 1 3295 2 3296 2 3297 3 3298 1 3300 3 3302 2 3303 1 3304 1 3305 1 3306 2 3307 2 3308 1 3309 3 3310 1 3312 3 3313 2 3314 3 3315 2 3316 1 3317 1 3318 2 3319 2 3320 2 3321 4 3322 2 3323 2 3324 4 3325 1 3326 1 3327 1 3329 4 3330 2 3331 4 3332 2 3333 2 3334 2 3335 2 3336 2 3337 4 3338 1 3339 2 3340 2 3341 4 3342 2 3343 3 3344 2 3345 4 3347 2 3350 2 3351 7 3352 2 3353 2 3354 5 3355 2 3356 1 3357 4 3359 4 3361 2 3363 2 3364 2 3367 3 3368 3 3369 1 3371 1 3372 1 3373 3 3374 1 3375 1 3376 1 3377 9 3378 1 3379 4 3380 2 3381 4 3382 2 3383 4 3384 3 3385 5 3386 3 3387 6 3388 1 3389 1 3390 4 3391 2 3393 5 3394 2 3396 2 3397 1 3398 3 3399 4 3402 1 3405 1 3406 4 3408 4 3409 1 3410 2 3411 2 3412 5 3413 1 3414 2 3415 1 3417 2 3418 1 3419 3 3420 3 3421 1 3422 1 3424 2 3426 2 3427 2 3429 3 3430 3 3431 2 3432 1 3433 1 3434 2 3435 1 3436 1 3437 2 3439 2 3440 1 3441 1 3442 2 3444 4 3445 1 3447 2 3448 1 3449 1 3451 4 3453 3 3454 1 3455 1 3457 2 3458 3 3460 2 3461 2 3462 1 3463 2 3464 3 3465 1 3466 3 3467 1 3469 1 3470 1 3474 3 3476 3 3477 2 3478 2 3479 2 3480 1 3482 1 3483 3 3484 2 3485 4 3486 2 3488 1 3489 2 3490 2 3491 2 3492 2 3493 3 3494 1 3495 3 3496 2 3497 2 3499 1 3500 1 3504 2 3505 2 3507 3 3509 2 3510 3 3511 1 3512 4 3513 1 3515 1 3517 2 3518 1 3519 1 3522 1 3523 1 3524 2 3525 1 3527 1 3529 1 3530 4 3531 2 3532 2 3533 1 3534 2 3535 2 3537 3 3538 2 3539 1 3540 3 3541 2 3542 2 3544 2 3545 4 3546 4 3547 4 3549 2 3551 3 3552 2 3553 1 3556 2 3557 2 3559 1 3560 1 3561 3 3562 1 3566 1 3568 1 3569 2 3570 2 3571 1 3572 2 3573 1 3576 1 3580 2 3582 3 3584 4 3585 3 3588 1 3590 3 3591 2 3593 1 3594 1 3595 1 3596 1 3598 1 3599 3 3600 2 3602 1 3604 3 3606 2 3607 3 3608 1 3609 2 3610 1 3611 5 3613 1 3615 2 3617 1 3618 2 3620 3 3621 1 3624 1 3625 2 3626 4 3628 1 3629 2 3631 1 3632 1 3633 1 3634 1 3636 3 3637 1 3638 2 3639 1 3640 1 3641 1 3642 2 3644 1 3645 2 3646 3 3647 1 3648 1 3649 1 3650 3 3652 2 3653 1 3654 1 3655 1 3656 1 3657 2 3658 1 3659 2 3660 2 3661 1 3662 1 3663 1 3664 1 3666 1 3667 3 3668 2 3669 1 3670 1 3671 1 3672 2 3673 2 3674 1 3676 1 3677 3 3679 1 3680 1 3684 1 3686 3 3687 1 3690 2 3691 2 3692 3 3694 2 3695 1 3698 1 3699 1 3701 1 3702 2 3704 3 3705 1 3706 1 3707 1 3709 1 3716 1 3718 2 3719 2 3723 1 3724 1 3727 1 3728 1 3729 1 3733 1 3734 3 3736 1 3737 1 3739 2 3741 2 3745 2 3746 1 3749 2 3751 1 3758 1 3759 2 3762 2 3763 1 3764 2 3767 2 3769 1 3770 2 3771 1 3773 1 3774 1 3775 1 3778 1 3782 1 3783 1 3784 3 3786 1 3787 1 3792 1 3794 1 3796 1 3798 1 3799 1 3802 1 3805 1 3808 1 3811 2 3813 1 3814 1 3815 2 3818 1 3819 2 3820 1 3821 1 3822 1 3828 1 3831 1 3833 1 3835 1 3836 1 3837 2 3842 1 3843 1 3844 1 3847 2 3850 1 3851 1 3855 1 3857 1 3858 1 3859 1 3860 1 3862 2 3863 1 3864 1 3865 1 3871 1 3874 1 3877 2 3878 1 3881 1 3883 1 3884 1 3895 1 3896 1 3899 1 3902 2 3903 2 3907 1 3909 1 3910 1 3912 1 3913 1 3918 1 3919 1 3922 1 3929 2 3930 1 3931 1 3935 1 3937 1 3938 1 3940 2 3947 2 3951 1 3953 1 3961 1 3963 1 3971 1 3976 1 3977 2 3978 1 3983 1 3984 1 3986 2 3987 1 3996 1 4005 1 4010 1 4014 1 4016 1 4024 1 4027 1 4034 1 4055 1 4067 1 4083 1 4101 1 4104 1 4108 1 4112 2 4116 1 4143 1 4145 1 4162 1 4171 1 4172 1 4176 1 4182 1 4185 1 4196 3 4224 1 4226 1 4231 1 4236 1 4297 1 4299 1 4327 1 4329 1 4349 1 4354 1 4453 1 4456 1 4492 1 4540 1 4584 1 4587 1 4795 1 Name: wc, dtype: int64 time: 27.4 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
with plt.style.context('ggplot'):
ax = dt3c['wc'].value_counts().sort_index().plot(
kind='bar', color='C1', title='Word Count / Document Distribution', figsize=(18, 6))
ax.set_xlabel("Word Count")
ax.set_ylabel("Number of Documents")
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 57.5 s
print(wc_count)
201 2 202 3 203 1 204 3 206 1 207 2 208 2 209 2 210 3 211 1 212 2 213 2 214 1 216 3 217 1 218 4 219 3 220 2 222 2 223 3 224 1 225 1 226 1 227 1 228 2 229 2 230 1 232 3 233 1 234 1 235 5 236 3 237 2 238 2 239 2 240 3 241 4 242 4 244 1 245 2 246 4 247 1 248 6 249 2 250 1 251 1 252 3 253 1 254 4 256 2 257 3 258 4 260 2 261 3 262 2 263 2 264 1 266 1 267 3 268 5 269 4 271 2 272 4 273 2 274 1 275 7 277 1 278 4 279 1 280 2 281 2 282 2 283 5 284 2 285 1 286 3 287 3 288 2 289 2 290 1 291 3 292 1 293 2 294 2 295 3 296 5 297 3 298 3 300 3 301 1 302 1 303 2 304 3 305 1 306 3 307 2 308 1 309 2 310 2 311 2 312 2 313 1 314 2 315 2 316 3 317 1 318 2 319 1 320 4 321 4 322 2 323 2 324 3 325 2 326 1 327 2 328 1 329 3 330 3 331 5 332 2 333 3 334 5 335 2 337 3 339 1 340 1 341 2 342 2 345 1 346 2 347 3 348 4 349 1 350 2 351 2 352 3 353 2 354 3 355 2 356 1 357 1 358 1 359 4 361 2 363 2 364 2 365 4 367 3 369 5 370 1 371 1 372 1 373 3 374 2 375 1 376 2 377 1 378 2 379 1 380 5 381 2 382 1 384 3 386 3 388 2 389 1 390 1 391 1 393 2 394 4 395 5 396 6 397 4 398 1 400 4 401 1 403 2 404 1 405 1 406 7 407 1 408 1 409 1 410 3 411 1 412 2 413 1 414 1 415 3 416 1 417 2 418 1 419 2 420 1 421 2 422 1 424 2 425 1 426 2 427 1 428 1 430 3 431 1 432 4 433 2 434 3 436 1 439 2 440 3 441 5 442 1 443 1 444 1 446 2 447 1 448 2 450 4 451 3 452 1 454 4 455 13 456 1 457 2 458 3 459 1 460 1 461 4 462 4 463 1 464 2 465 3 466 1 467 1 468 5 469 1 470 2 471 2 472 4 473 3 475 1 476 1 477 1 478 2 480 1 482 1 483 3 485 2 488 2 489 1 490 2 491 1 492 2 493 1 496 1 497 1 500 1 501 3 503 1 504 4 505 1 509 2 510 2 513 1 518 1 520 4 521 1 522 1 523 1 525 1 526 1 527 1 528 1 529 2 530 4 531 1 532 3 534 1 536 3 538 2 539 1 541 1 542 1 544 1 545 2 546 1 547 1 548 1 550 3 551 1 552 2 553 1 554 1 555 1 557 1 558 2 560 1 561 1 563 3 564 2 566 1 569 1 570 1 572 1 575 2 576 1 577 2 578 1 581 1 582 1 583 1 584 1 587 1 589 1 597 1 599 1 600 1 601 1 602 1 605 1 606 1 607 1 608 2 609 1 614 1 616 1 622 1 626 1 631 1 637 2 638 1 640 1 641 1 645 1 646 1 647 1 649 1 650 1 651 1 652 1 653 1 655 1 656 1 657 1 658 2 661 1 663 1 664 1 665 2 666 1 667 1 671 1 672 1 673 2 674 1 675 1 676 1 679 1 680 2 681 1 685 1 686 1 690 1 693 1 694 1 697 2 698 2 699 2 701 2 703 1 704 3 705 1 707 2 709 1 710 1 711 2 713 3 714 3 715 1 716 2 719 1 720 1 721 2 723 1 724 1 727 2 728 2 729 1 733 2 735 1 737 2 738 1 739 1 740 1 741 2 742 1 743 1 746 1 747 1 752 1 755 1 756 1 757 1 758 2 759 4 760 3 762 1 763 1 764 1 765 8 766 1 767 1 768 1 769 1 770 4 771 4 773 2 774 2 776 1 777 4 779 3 781 3 783 2 784 3 787 1 788 1 789 1 790 3 791 2 792 1 793 2 794 2 795 2 799 2 800 1 802 1 804 3 805 2 806 2 807 2 811 3 814 1 815 1 816 1 821 1 822 2 823 2 829 2 830 1 831 1 832 1 833 2 835 2 837 1 842 1 844 1 849 1 850 3 851 2 852 1 855 2 856 1 857 1 858 1 860 2 861 1 862 2 866 1 868 4 869 3 871 2 873 1 874 1 876 1 877 3 880 1 881 2 882 1 883 2 884 1 885 1 886 2 887 2 889 1 890 4 893 1 897 2 898 1 899 1 900 2 901 1 904 2 905 1 906 1 907 3 908 1 909 1 912 2 913 2 914 2 915 1 916 1 917 1 919 3 921 1 922 1 924 5 925 2 927 1 928 1 929 1 931 2 933 1 935 1 937 2 938 4 939 1 940 2 942 1 944 3 945 2 946 1 947 1 948 1 950 2 951 6 952 2 953 3 957 1 958 3 959 1 960 2 961 1 962 4 963 1 964 3 965 2 967 1 969 1 970 1 971 1 972 1 973 5 974 1 976 2 977 1 978 2 979 2 980 2 981 2 982 3 983 1 984 4 985 3 986 1 987 2 988 4 989 2 990 1 994 2 996 3 997 3 1000 1 1001 1 1003 1 1004 1 1005 1 1007 2 1008 3 1009 3 1010 2 1011 1 1012 1 1013 1 1014 1 1015 3 1016 3 1017 1 1018 1 1019 2 1020 1 1021 2 1022 1 1023 1 1024 3 1026 2 1027 1 1028 1 1029 2 1033 1 1035 2 1036 2 1037 2 1038 2 1039 3 1040 1 1042 6 1043 2 1044 2 1045 2 1047 1 1049 1 1050 1 1051 1 1053 1 1054 1 1056 1 1059 3 1060 1 1061 2 1064 1 1066 1 1067 2 1069 1 1070 2 1071 2 1072 1 1073 4 1075 2 1076 1 1077 4 1078 1 1079 2 1082 3 1083 2 1084 3 1085 1 1086 1 1087 1 1088 5 1089 2 1090 3 1091 1 1093 2 1094 3 1095 2 1096 1 1098 2 1100 7 1101 1 1102 1 1103 3 1105 3 1107 3 1108 1 1109 1 1110 3 1111 1 1112 2 1113 1 1114 3 1115 2 1116 5 1117 1 1119 4 1120 1 1122 3 1123 3 1124 3 1125 3 1127 4 1128 4 1129 1 1130 4 1133 1 1135 2 1136 2 1137 2 1138 1 1139 1 1140 2 1141 1 1142 1 1143 6 1144 1 1145 1 1146 3 1147 1 1148 3 1149 2 1151 2 1152 2 1153 5 1154 1 1155 3 1156 1 1157 2 1159 3 1160 1 1161 1 1162 3 1163 2 1164 2 1165 1 1166 2 1167 4 1168 1 1169 3 1171 2 1172 4 1173 1 1174 3 1176 2 1177 3 1178 1 1179 2 1180 1 1181 3 1182 2 1183 3 1184 1 1185 5 1186 1 1187 1 1189 2 1190 3 1191 3 1192 1 1193 4 1195 3 1196 4 1197 3 1198 2 1199 4 Name: wc, dtype: int64 time: 4.36 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
with plt.style.context('ggplot'):
ax = wc_count.plot(
kind='bar', color='C1', title='Word Count / Document Distribution', figsize=(18, 6))
ax.set_xlabel("Word Count")
ax.set_ylabel("Number of Documents")
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 14 s
print(len(dt3c['wc'].values))
print(min(dt3c['wc'].values))
print(max(dt3c['wc'].values))
15194 3 1501 time: 5.12 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
print(len(papers_has_10_words['wc'].values))
print(min(papers_has_10_words['wc'].values))
print(max(papers_has_10_words['wc'].values))
13896 201 1199 time: 38.5 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
papers_has_10_words = dt3c[dt3c['wc']==3]
papers_has_10_words['file_path'].head(5)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
3323 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/113_EAR.pdf 3416 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/644_EAR.pdf 3562 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/657_EAR.pdf 3605 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/685_EAR.pdf 3639 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/719_EAR.pdf Name: file_path, dtype: object
time: 28.4 ms
dt3c = papers_has_10_words.copy()
print(dt3c.info())
dt3c.reset_index(drop=True, inplace=True)
print(dt3c.info())
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
<class 'pandas.core.frame.DataFrame'> Int64Index: 13896 entries, 0 to 15193 Data columns (total 11 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 13896 non-null object 1 Author 7074 non-null object 2 date 13683 non-null object 3 title 12343 non-null object 4 content_3 13896 non-null object 5 content_5 13896 non-null object 6 content_10 13896 non-null object 7 content_3_lang 13896 non-null object 8 content_5_lang 13896 non-null object 9 content_10_lang 13896 non-null object 10 wc 13896 non-null int64 dtypes: int64(1), object(10) memory usage: 1.3+ MB None <class 'pandas.core.frame.DataFrame'> RangeIndex: 13896 entries, 0 to 13895 Data columns (total 11 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 13896 non-null object 1 Author 7074 non-null object 2 date 13683 non-null object 3 title 12343 non-null object 4 content_3 13896 non-null object 5 content_5 13896 non-null object 6 content_10 13896 non-null object 7 content_3_lang 13896 non-null object 8 content_5_lang 13896 non-null object 9 content_10_lang 13896 non-null object 10 wc 13896 non-null int64 dtypes: int64(1), object(10) memory usage: 1.2+ MB None time: 977 ms
dt3c_copy2 = dt3c.copy()
non_matched_indexes = []
for i in range(0, len(dt3c['file_path'])):
if not rt['Filename'].str.match(get_file_name(dt3c['file_path'][i])).any():
non_matched_indexes.append(i)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 1min 42s
print(len(non_matched_indexes))
4180 time: 481 µs
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
print(non_matched_indexes)
[1, 3, 11, 13, 14, 17, 18, 19, 20, 25, 26, 30, 33, 37, 41, 42, 43, 45, 46, 47, 49, 50, 51, 52, 53, 57, 60, 61, 64, 70, 71, 72, 73, 74, 75, 81, 96, 99, 102, 103, 106, 110, 112, 116, 117, 119, 121, 122, 123, 124, 125, 126, 135, 137, 138, 142, 144, 146, 148, 149, 151, 156, 159, 161, 162, 163, 165, 166, 167, 169, 170, 174, 178, 180, 188, 191, 197, 203, 206, 211, 215, 216, 219, 220, 221, 224, 226, 228, 229, 230, 231, 232, 233, 235, 239, 241, 242, 246, 251, 252, 253, 254, 256, 259, 261, 262, 264, 265, 267, 271, 273, 274, 275, 276, 277, 279, 280, 281, 283, 284, 285, 287, 288, 289, 295, 298, 299, 300, 302, 304, 307, 310, 311, 312, 314, 315, 316, 317, 318, 321, 327, 328, 332, 333, 334, 336, 338, 340, 344, 346, 347, 353, 354, 356, 358, 362, 364, 365, 369, 372, 373, 381, 383, 384, 386, 389, 391, 393, 394, 396, 399, 401, 402, 404, 406, 407, 408, 410, 411, 413, 416, 419, 421, 422, 423, 424, 425, 427, 428, 432, 433, 437, 438, 442, 444, 449, 452, 454, 455, 457, 458, 460, 462, 463, 465, 468, 469, 472, 474, 476, 479, 483, 486, 488, 490, 491, 492, 495, 500, 503, 504, 509, 515, 516, 518, 520, 521, 522, 523, 525, 528, 530, 531, 540, 541, 543, 546, 548, 553, 555, 556, 557, 559, 562, 563, 564, 565, 567, 568, 569, 572, 574, 575, 577, 578, 580, 582, 583, 584, 585, 588, 589, 590, 594, 596, 598, 600, 601, 602, 603, 605, 607, 608, 610, 611, 613, 614, 618, 619, 620, 621, 626, 630, 633, 634, 640, 646, 650, 651, 653, 654, 656, 658, 662, 663, 665, 666, 667, 670, 673, 676, 680, 685, 686, 687, 689, 691, 697, 699, 701, 702, 703, 704, 706, 709, 711, 714, 715, 716, 717, 720, 721, 722, 724, 725, 729, 731, 735, 736, 737, 740, 742, 754, 758, 760, 761, 764, 765, 767, 773, 775, 782, 783, 787, 790, 793, 795, 796, 797, 800, 801, 803, 806, 808, 809, 810, 811, 813, 818, 819, 822, 824, 825, 834, 835, 836, 838, 842, 843, 847, 849, 850, 851, 854, 855, 856, 858, 860, 863, 871, 874, 879, 882, 883, 885, 886, 888, 889, 894, 898, 901, 902, 904, 905, 906, 912, 917, 918, 920, 923, 924, 926, 927, 929, 934, 938, 939, 940, 946, 947, 951, 952, 954, 955, 958, 959, 964, 965, 966, 975, 985, 986, 988, 989, 991, 992, 995, 1001, 1005, 1011, 1012, 1014, 1016, 1019, 1020, 1023, 1031, 1033, 1034, 1037, 1038, 1039, 1040, 1042, 1043, 1046, 1047, 1050, 1052, 1054, 1062, 1063, 1065, 1071, 1073, 1075, 1076, 1078, 1079, 1080, 1081, 1082, 1087, 1089, 1090, 1095, 1099, 1100, 1106, 1107, 1108, 1110, 1111, 1112, 1115, 1116, 1118, 1119, 1124, 1126, 1127, 1128, 1133, 1136, 1140, 1142, 1143, 1147, 1148, 1153, 1157, 1158, 1159, 1160, 1162, 1165, 1169, 1171, 1188, 1190, 1192, 1194, 1197, 1198, 1200, 1205, 1206, 1207, 1208, 1210, 1211, 1213, 1216, 1217, 1220, 1221, 1227, 1228, 1231, 1236, 1237, 1248, 1250, 1252, 1253, 1254, 1255, 1261, 1262, 1268, 1271, 1272, 1275, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1297, 1299, 1300, 1301, 1311, 1313, 1315, 1316, 1318, 1324, 1325, 1326, 1327, 1328, 1335, 1336, 1339, 1340, 1342, 1343, 1352, 1355, 1357, 1360, 1361, 1362, 1363, 1365, 1372, 1374, 1375, 1377, 1379, 1385, 1386, 1398, 1399, 1400, 1406, 1418, 1419, 1421, 1422, 1423, 1424, 1425, 1426, 1428, 1429, 1431, 1433, 1434, 1442, 1452, 1453, 1454, 1455, 1456, 1460, 1461, 1462, 1463, 1470, 1473, 1474, 1479, 1480, 1493, 1494, 1495, 1497, 1500, 1501, 1502, 1503, 1509, 1510, 1512, 1515, 1517, 1524, 1526, 1535, 1536, 1540, 1542, 1543, 1544, 1548, 1549, 1551, 1558, 1559, 1560, 1565, 1566, 1568, 1571, 1572, 1573, 1575, 1580, 1583, 1587, 1590, 1594, 1595, 1597, 1605, 1606, 1609, 1610, 1618, 1619, 1620, 1621, 1626, 1631, 1635, 1636, 1639, 1640, 1650, 1651, 1652, 1653, 1660, 1673, 1674, 1676, 1677, 1680, 1681, 1682, 1683, 1690, 1691, 1694, 1695, 1707, 1708, 1709, 1710, 1711, 1713, 1714, 1717, 1718, 1720, 1721, 1723, 1726, 1727, 1729, 1731, 1739, 1741, 1743, 1754, 1755, 1761, 1762, 1764, 1769, 1771, 1775, 1778, 1780, 1782, 1785, 1786, 1787, 1797, 1803, 1807, 1808, 1811, 1813, 1817, 1818, 1821, 1824, 1826, 1827, 1833, 1835, 1838, 1839, 1840, 1845, 1846, 1848, 1851, 1852, 1856, 1857, 1864, 1865, 1866, 1867, 1872, 1873, 1874, 1880, 1881, 1883, 1885, 1895, 1897, 1901, 1909, 1910, 1915, 1927, 1928, 1930, 1931, 1932, 1935, 1939, 1949, 1950, 1951, 1952, 1955, 1957, 1960, 1961, 1965, 1966, 1967, 1968, 1969, 1970, 1972, 1979, 1980, 1986, 1987, 1988, 1990, 2003, 2004, 2037, 2038, 2042, 2044, 2047, 2050, 2054, 2072, 2088, 2092, 2095, 2108, 2109, 2117, 2118, 2132, 2134, 2149, 2153, 2155, 2169, 2171, 2178, 2182, 2183, 2196, 2197, 2209, 2212, 2217, 2224, 2237, 2239, 2243, 2258, 2259, 2268, 2269, 2270, 2281, 2294, 2313, 2325, 2332, 2333, 2339, 2343, 2350, 2352, 2353, 2358, 2379, 2387, 2393, 2396, 2400, 2412, 2420, 2423, 2424, 2426, 2445, 2452, 2455, 2456, 2459, 2461, 2483, 2486, 2514, 2516, 2518, 2519, 2525, 2528, 2531, 2535, 2542, 2545, 2564, 2571, 2586, 2594, 2608, 2609, 2611, 2618, 2630, 2642, 2672, 2676, 2682, 2685, 2692, 2693, 2694, 2696, 2697, 2709, 2727, 2729, 2737, 2738, 2739, 2744, 2746, 2749, 2756, 2769, 2771, 2776, 2782, 2783, 2784, 2797, 2798, 2799, 2802, 2804, 2805, 2809, 2826, 2832, 2835, 2838, 2839, 2845, 2848, 2851, 2852, 2861, 2862, 2863, 2868, 2870, 2878, 2889, 2907, 2909, 2912, 2916, 2917, 2932, 2933, 2935, 2946, 2948, 2950, 2958, 2960, 2961, 2965, 2977, 2986, 2988, 3004, 3005, 3007, 3009, 3011, 3017, 3025, 3031, 3032, 3036, 3041, 3049, 3050, 3051, 3054, 3058, 3064, 3073, 3076, 3093, 3094, 3096, 3101, 3105, 3112, 3128, 3133, 3134, 3135, 3137, 3151, 3158, 3161, 3165, 3166, 3167, 3174, 3179, 3188, 3189, 3192, 3197, 3221, 3225, 3228, 3240, 3242, 3251, 3255, 3263, 3266, 3267, 3268, 3269, 3270, 3274, 3275, 3288, 3290, 3291, 3295, 3299, 3310, 3311, 3313, 3315, 3317, 3320, 3325, 3327, 3331, 3332, 3333, 3334, 3335, 3338, 3340, 3341, 3351, 3353, 3363, 3367, 3371, 3375, 3376, 3378, 3383, 3387, 3388, 3389, 3403, 3406, 3407, 3409, 3411, 3415, 3417, 3420, 3421, 3422, 3423, 3425, 3426, 3429, 3433, 3438, 3439, 3440, 3441, 3449, 3451, 3453, 3457, 3461, 3469, 3472, 3475, 3476, 3479, 3482, 3485, 3487, 3488, 3490, 3494, 3496, 3497, 3498, 3506, 3508, 3512, 3522, 3524, 3527, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3537, 3539, 3543, 3554, 3560, 3561, 3563, 3572, 3573, 3576, 3577, 3578, 3579, 3580, 3581, 3583, 3585, 3591, 3594, 3595, 3597, 3605, 3606, 3609, 3611, 3614, 3615, 3616, 3618, 3625, 3633, 3634, 3636, 3637, 3639, 3640, 3641, 3643, 3644, 3649, 3655, 3657, 3660, 3661, 3665, 3667, 3668, 3670, 3684, 3686, 3687, 3688, 3694, 3696, 3698, 3706, 3707, 3709, 3712, 3713, 3714, 3716, 3723, 3724, 3728, 3733, 3734, 3743, 3744, 3746, 3747, 3750, 3751, 3754, 3755, 3760, 3761, 3762, 3763, 3768, 3774, 3776, 3780, 3785, 3786, 3787, 3788, 3791, 3792, 3793, 3798, 3799, 3801, 3803, 3804, 3807, 3809, 3812, 3825, 3842, 3843, 3845, 3849, 3852, 3853, 3856, 3857, 3862, 3863, 3864, 3865, 3866, 3869, 3872, 3874, 3876, 3878, 3879, 3884, 3885, 3890, 3893, 3899, 3906, 3907, 3913, 3915, 3918, 3921, 3926, 3927, 3928, 3930, 3931, 3932, 3934, 3935, 3938, 3942, 3944, 3945, 3947, 3958, 3964, 3969, 3974, 3975, 3979, 3980, 3981, 3983, 3984, 3987, 3989, 3993, 4001, 4003, 4008, 4009, 4016, 4017, 4019, 4023, 4024, 4025, 4027, 4028, 4030, 4037, 4039, 4042, 4043, 4047, 4048, 4050, 4052, 4053, 4054, 4058, 4060, 4061, 4062, 4067, 4071, 4072, 4075, 4077, 4081, 4086, 4090, 4092, 4093, 4094, 4096, 4097, 4105, 4109, 4110, 4115, 4116, 4118, 4121, 4122, 4125, 4126, 4128, 4129, 4130, 4132, 4133, 4134, 4137, 4142, 4145, 4146, 4149, 4152, 4154, 4156, 4161, 4164, 4165, 4168, 4173, 4175, 4177, 4181, 4183, 4187, 4188, 4191, 4192, 4193, 4195, 4199, 4202, 4205, 4206, 4207, 4209, 4210, 4211, 4212, 4219, 4220, 4221, 4223, 4224, 4225, 4227, 4231, 4232, 4233, 4238, 4240, 4244, 4247, 4248, 4252, 4255, 4257, 4258, 4259, 4265, 4266, 4268, 4269, 4277, 4278, 4279, 4280, 4281, 4286, 4287, 4293, 4294, 4295, 4297, 4298, 4299, 4300, 4303, 4304, 4311, 4318, 4319, 4321, 4322, 4326, 4327, 4328, 4330, 4331, 4335, 4337, 4338, 4340, 4343, 4348, 4350, 4353, 4354, 4355, 4357, 4360, 4361, 4362, 4364, 4365, 4369, 4371, 4372, 4373, 4374, 4378, 4379, 4383, 4385, 4388, 4391, 4392, 4396, 4398, 4401, 4402, 4404, 4405, 4407, 4413, 4418, 4420, 4422, 4425, 4426, 4428, 4429, 4430, 4433, 4434, 4437, 4440, 4442, 4444, 4446, 4447, 4452, 4455, 4456, 4458, 4459, 4461, 4462, 4465, 4471, 4482, 4484, 4487, 4490, 4491, 4492, 4493, 4497, 4502, 4505, 4507, 4508, 4509, 4510, 4511, 4535, 4558, 4572, 4611, 4613, 4616, 4679, 4708, 4732, 4762, 4763, 4816, 4818, 4835, 4874, 4902, 4946, 4979, 4981, 4982, 5013, 5022, 5024, 5058, 5087, 5088, 5095, 5138, 5164, 5221, 5280, 5282, 5287, 5289, 5293, 5298, 5305, 5316, 5324, 5331, 5339, 5357, 5362, 5368, 5372, 5376, 5380, 5401, 5404, 5433, 5443, 5445, 5446, 5468, 5475, 5476, 5478, 5484, 5486, 5492, 5497, 5505, 5506, 5522, 5524, 5525, 5526, 5531, 5533, 5545, 5557, 5559, 5561, 5564, 5566, 5587, 5599, 5600, 5603, 5610, 5615, 5618, 5619, 5620, 5626, 5631, 5633, 5639, 5656, 5658, 5671, 5672, 5679, 5685, 5693, 5694, 5696, 5701, 5709, 5710, 5712, 5716, 5724, 5737, 5747, 5772, 5774, 5777, 5778, 5780, 5781, 5785, 5791, 5807, 5813, 5817, 5818, 5820, 5827, 5831, 5832, 5833, 5834, 5843, 5852, 5854, 5862, 5865, 5869, 5871, 5873, 5877, 5879, 5881, 5891, 5893, 5905, 5907, 5918, 5920, 5922, 5933, 5935, 5937, 5942, 5944, 5953, 5957, 5958, 5960, 5963, 5965, 5968, 5977, 5999, 6000, 6001, 6009, 6011, 6013, 6014, 6015, 6022, 6031, 6038, 6042, 6051, 6052, 6053, 6059, 6065, 6069, 6071, 6080, 6085, 6111, 6114, 6115, 6117, 6119, 6121, 6124, 6128, 6132, 6134, 6135, 6136, 6137, 6138, 6140, 6147, 6151, 6156, 6173, 6175, 6176, 6189, 6190, 6191, 6193, 6195, 6200, 6204, 6206, 6207, 6208, 6211, 6221, 6225, 6235, 6238, 6240, 6252, 6253, 6255, 6260, 6264, 6270, 6274, 6277, 6278, 6281, 6287, 6290, 6304, 6306, 6308, 6323, 6324, 6329, 6331, 6333, 6336, 6338, 6339, 6345, 6352, 6354, 6358, 6368, 6369, 6385, 6387, 6388, 6394, 6401, 6404, 6407, 6409, 6412, 6413, 6415, 6423, 6424, 6427, 6448, 6450, 6453, 6454, 6456, 6470, 6473, 6476, 6480, 6484, 6485, 6500, 6503, 6506, 6512, 6516, 6519, 6521, 6522, 6526, 6530, 6538, 6541, 6542, 6545, 6554, 6555, 6556, 6558, 6560, 6561, 6567, 6569, 6571, 6573, 6575, 6576, 6591, 6596, 6597, 6602, 6611, 6613, 6617, 6623, 6625, 6627, 6637, 6638, 6639, 6648, 6651, 6661, 6663, 6667, 6670, 6672, 6673, 6674, 6687, 6688, 6690, 6692, 6694, 6695, 6699, 6704, 6716, 6718, 6719, 6720, 6726, 6727, 6732, 6733, 6736, 6737, 6748, 6751, 6752, 6754, 6756, 6758, 6773, 6806, 6808, 6809, 6810, 6832, 6833, 6837, 6839, 6841, 6846, 6860, 6862, 6864, 6873, 6874, 6892, 6898, 6927, 6946, 6950, 6951, 6953, 6956, 6997, 7007, 7009, 7033, 7044, 7048, 7051, 7052, 7053, 7066, 7074, 7081, 7108, 7110, 7114, 7134, 7157, 7162, 7164, 7171, 7174, 7175, 7176, 7177, 7208, 7212, 7214, 7222, 7232, 7237, 7238, 7241, 7243, 7248, 7291, 7296, 7298, 7328, 7331, 7357, 7358, 7366, 7384, 7397, 7398, 7405, 7406, 7417, 7418, 7429, 7445, 7446, 7478, 7486, 7487, 7488, 7510, 7568, 7602, 7608, 7631, 7639, 7649, 7677, 7680, 7697, 7698, 7700, 7701, 7707, 7709, 7717, 7726, 7731, 7738, 7743, 7750, 7763, 7770, 7772, 7774, 7779, 7780, 7782, 7787, 7798, 7810, 7812, 7816, 7818, 7821, 7822, 7826, 7860, 7863, 7904, 7906, 7910, 7912, 7913, 7916, 7918, 7923, 7927, 7930, 7931, 7932, 7937, 7940, 7944, 7951, 7952, 7953, 7955, 7964, 7965, 7966, 7969, 7970, 7971, 7973, 7975, 7977, 7978, 7980, 7983, 7985, 7987, 7990, 7992, 8002, 8003, 8004, 8005, 8007, 8008, 8009, 8010, 8012, 8013, 8016, 8017, 8019, 8022, 8023, 8024, 8033, 8035, 8038, 8039, 8042, 8043, 8046, 8047, 8048, 8057, 8058, 8064, 8068, 8069, 8071, 8075, 8082, 8083, 8084, 8086, 8087, 8090, 8091, 8100, 8101, 8105, 8110, 8115, 8116, 8119, 8122, 8125, 8126, 8128, 8130, 8138, 8139, 8141, 8146, 8148, 8149, 8150, 8154, 8158, 8161, 8162, 8164, 8165, 8167, 8168, 8169, 8173, 8182, 8185, 8193, 8201, 8202, 8205, 8206, 8208, 8209, 8210, 8215, 8216, 8217, 8221, 8223, 8224, 8228, 8232, 8239, 8242, 8245, 8252, 8254, 8255, 8260, 8263, 8265, 8266, 8268, 8269, 8270, 8273, 8276, 8278, 8283, 8284, 8289, 8293, 8296, 8298, 8299, 8300, 8303, 8304, 8308, 8311, 8312, 8316, 8318, 8319, 8322, 8325, 8326, 8327, 8330, 8337, 8341, 8342, 8346, 8348, 8350, 8357, 8359, 8360, 8362, 8363, 8364, 8371, 8372, 8373, 8375, 8378, 8379, 8380, 8382, 8383, 8384, 8386, 8387, 8390, 8391, 8392, 8394, 8398, 8400, 8405, 8406, 8407, 8412, 8413, 8414, 8417, 8418, 8421, 8422, 8423, 8424, 8426, 8427, 8430, 8434, 8442, 8445, 8447, 8448, 8452, 8454, 8456, 8457, 8464, 8466, 8468, 8469, 8473, 8474, 8476, 8477, 8480, 8483, 8484, 8485, 8486, 8488, 8489, 8490, 8495, 8496, 8499, 8500, 8501, 8506, 8509, 8510, 8512, 8523, 8524, 8528, 8532, 8533, 8535, 8536, 8537, 8539, 8540, 8543, 8544, 8546, 8548, 8552, 8553, 8555, 8556, 8557, 8559, 8560, 8561, 8566, 8569, 8575, 8576, 8578, 8579, 8581, 8583, 8586, 8589, 8590, 8592, 8593, 8594, 8596, 8597, 8598, 8604, 8607, 8608, 8609, 8612, 8613, 8614, 8615, 8620, 8623, 8625, 8626, 8627, 8634, 8636, 8637, 8638, 8642, 8644, 8645, 8647, 8648, 8650, 8652, 8653, 8654, 8657, 8659, 8664, 8665, 8666, 8667, 8669, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8686, 8687, 8688, 8692, 8693, 8697, 8698, 8699, 8703, 8705, 8706, 8711, 8712, 8716, 8717, 8718, 8726, 8727, 8728, 8732, 8733, 8734, 8737, 8741, 8743, 8745, 8746, 8747, 8748, 8749, 8750, 8755, 8757, 8758, 8761, 8762, 8764, 8765, 8767, 8769, 8775, 8776, 8777, 8779, 8784, 8787, 8788, 8789, 8795, 8796, 8799, 8802, 8806, 8807, 8813, 8817, 8819, 8820, 8826, 8828, 8830, 8834, 8839, 8844, 8845, 8846, 8848, 8851, 8855, 8856, 8862, 8863, 8865, 8868, 8871, 8874, 8878, 8879, 8883, 8885, 8886, 8891, 8894, 8896, 8898, 8899, 8900, 8901, 8903, 8904, 8911, 8920, 8923, 8926, 8929, 8931, 8935, 8943, 8945, 8950, 8952, 8953, 8954, 8956, 8957, 8960, 8961, 8963, 8968, 8969, 8973, 8974, 8975, 8979, 8980, 8981, 8982, 8983, 8984, 8985, 8987, 8988, 8993, 8994, 8995, 8996, 8998, 8999, 9001, 9002, 9004, 9011, 9012, 9017, 9018, 9021, 9023, 9024, 9025, 9027, 9034, 9035, 9039, 9041, 9042, 9043, 9047, 9048, 9049, 9050, 9052, 9053, 9054, 9058, 9063, 9070, 9071, 9074, 9076, 9077, 9082, 9084, 9086, 9087, 9088, 9090, 9092, 9093, 9094, 9096, 9099, 9101, 9102, 9104, 9108, 9109, 9112, 9119, 9120, 9121, 9123, 9128, 9129, 9130, 9131, 9132, 9135, 9136, 9137, 9138, 9139, 9140, 9142, 9145, 9148, 9151, 9157, 9163, 9166, 9169, 9172, 9173, 9176, 9179, 9182, 9183, 9186, 9187, 9188, 9190, 9191, 9193, 9194, 9195, 9196, 9199, 9200, 9201, 9202, 9204, 9206, 9207, 9208, 9209, 9211, 9213, 9214, 9216, 9217, 9218, 9219, 9220, 9221, 9222, 9228, 9230, 9232, 9233, 9236, 9238, 9240, 9241, 9242, 9243, 9245, 9255, 9256, 9257, 9260, 9265, 9266, 9268, 9270, 9271, 9275, 9277, 9279, 9284, 9286, 9287, 9288, 9290, 9291, 9294, 9295, 9296, 9298, 9302, 9303, 9306, 9308, 9311, 9314, 9317, 9318, 9319, 9321, 9322, 9325, 9330, 9332, 9338, 9340, 9342, 9343, 9344, 9345, 9347, 9348, 9349, 9351, 9357, 9359, 9360, 9363, 9367, 9368, 9374, 9378, 9384, 9385, 9387, 9388, 9390, 9392, 9393, 9396, 9400, 9402, 9405, 9406, 9409, 9415, 9416, 9417, 9420, 9424, 9425, 9428, 9434, 9436, 9438, 9439, 9440, 9441, 9444, 9446, 9447, 9453, 9454, 9455, 9456, 9457, 9459, 9462, 9463, 9465, 9467, 9468, 9470, 9471, 9472, 9473, 9474, 9475, 9476, 9477, 9480, 9481, 9486, 9494, 9495, 9496, 9497, 9498, 9500, 9503, 9504, 9507, 9509, 9510, 9512, 9513, 9514, 9516, 9517, 9526, 9528, 9530, 9537, 9539, 9542, 9544, 9545, 9549, 9550, 9551, 9553, 9554, 9556, 9557, 9558, 9561, 9562, 9563, 9564, 9565, 9567, 9568, 9570, 9572, 9576, 9577, 9578, 9581, 9582, 9583, 9584, 9588, 9589, 9592, 9597, 9598, 9600, 9601, 9602, 9603, 9604, 9606, 9607, 9609, 9610, 9611, 9612, 9613, 9615, 9617, 9620, 9625, 9629, 9632, 9634, 9635, 9637, 9639, 9640, 9641, 9642, 9647, 9648, 9650, 9651, 9654, 9655, 9656, 9657, 9658, 9659, 9661, 9662, 9665, 9668, 9669, 9671, 9672, 9673, 9676, 9679, 9681, 9682, 9686, 9687, 9688, 9689, 9691, 9693, 9694, 9699, 9703, 9708, 9710, 9712, 9715, 9716, 9718, 9720, 9723, 9725, 9726, 9729, 9730, 9734, 9735, 9736, 9740, 9744, 9746, 9749, 9754, 9756, 9760, 9763, 9767, 9770, 9772, 9783, 9784, 9786, 9791, 9793, 9796, 9797, 9799, 9800, 9804, 9806, 9810, 9812, 9815, 9817, 9818, 9820, 9822, 9828, 9830, 9832, 9833, 9835, 9837, 9842, 9845, 9854, 9855, 9858, 9860, 9867, 9870, 9877, 9881, 9882, 9884, 9888, 9889, 9890, 9895, 9896, 9899, 9901, 9903, 9905, 9906, 9907, 9910, 9912, 9913, 9919, 9927, 9931, 9932, 9936, 9938, 9939, 9943, 9949, 9955, 9957, 9958, 9959, 9967, 9969, 9970, 9972, 9975, 9977, 9983, 9984, 9988, 9991, 9994, 9997, 10012, 10013, 10015, 10018, 10021, 10022, 10024, 10026, 10029, 10030, 10032, 10033, 10034, 10041, 10046, 10051, 10052, 10053, 10055, 10056, 10060, 10061, 10064, 10067, 10068, 10070, 10072, 10075, 10076, 10079, 10085, 10091, 10093, 10095, 10098, 10099, 10105, 10111, 10114, 10116, 10118, 10120, 10121, 10126, 10130, 10133, 10134, 10135, 10137, 10138, 10139, 10141, 10142, 10144, 10148, 10153, 10154, 10155, 10158, 10160, 10161, 10165, 10167, 10169, 10172, 10176, 10182, 10185, 10186, 10188, 10189, 10195, 10196, 10198, 10199, 10203, 10204, 10207, 10209, 10210, 10218, 10220, 10222, 10223, 10231, 10233, 10235, 10245, 10267, 10306, 10365, 10370, 10416, 10431, 10451, 10459, 10471, 10477, 10510, 10552, 10564, 10568, 10618, 10669, 10673, 10684, 10706, 10709, 10717, 10749, 10770, 10771, 10773, 10786, 10798, 10824, 10844, 10851, 10857, 10861, 10890, 10912, 10916, 10920, 10939, 10949, 10964, 10970, 10996, 10997, 11013, 11039, 11047, 11087, 11100, 11107, 11112, 11113, 11126, 11130, 11137, 11144, 11177, 11182, 11207, 11218, 11229, 11241, 11251, 11266, 11273, 11305, 11306, 11313, 11335, 11367, 11385, 11386, 11389, 11415, 11423, 11449, 11485, 11487, 11490, 11493, 11494, 11497, 11498, 11501, 11502, 11505, 11506, 11507, 11512, 11513, 11514, 11515, 11516, 11518, 11525, 11526, 11527, 11528, 11529, 11530, 11533, 11535, 11539, 11542, 11544, 11548, 11551, 11552, 11554, 11555, 11556, 11558, 11559, 11560, 11562, 11564, 11565, 11566, 11567, 11568, 11569, 11577, 11578, 11579, 11580, 11584, 11587, 11591, 11593, 11594, 11595, 11597, 11598, 11599, 11602, 11603, 11604, 11606, 11610, 11612, 11613, 11616, 11617, 11618, 11619, 11622, 11623, 11624, 11628, 11631, 11633, 11638, 11639, 11642, 11643, 11644, 11645, 11646, 11648, 11654, 11655, 11656, 11658, 11661, 11662, 11665, 11666, 11668, 11670, 11673, 11675, 11676, 11679, 11680, 11683, 11684, 11688, 11695, 11697, 11700, 11701, 11702, 11703, 11705, 11706, 11709, 11710, 11713, 11714, 11717, 11718, 11719, 11721, 11723, 11724, 11727, 11730, 11732, 11737, 11738, 11739, 11740, 11741, 11742, 11743, 11744, 11748, 11750, 11751, 11752, 11755, 11757, 11760, 11761, 11762, 11764, 11766, 11767, 11768, 11769, 11771, 11772, 11773, 11778, 11780, 11783, 11784, 11785, 11786, 11790, 11793, 11795, 11797, 11800, 11801, 11804, 11816, 11819, 11823, 11825, 11826, 11827, 11828, 11829, 11832, 11836, 11837, 11840, 11841, 11845, 11846, 11847, 11848, 11849, 11850, 11852, 11854, 11856, 11858, 11859, 11860, 11861, 11862, 11864, 11869, 11870, 11872, 11875, 11877, 11879, 11880, 11881, 11882, 11883, 11884, 11885, 11886, 11888, 11889, 11891, 11892, 11893, 11894, 11895, 11896, 11898, 11903, 11904, 11905, 11906, 11908, 11909, 11914, 11916, 11924, 11927, 11929, 11930, 11931, 11933, 11934, 11935, 11939, 11942, 11943, 11944, 11945, 11946, 11948, 11949, 11950, 11951, 11952, 11959, 11961, 11965, 11967, 11968, 11969, 11971, 11972, 11973, 11974, 11975, 11976, 11977, 11978, 11984, 11986, 11987, 11988, 11993, 11994, 11999, 12000, 12002, 12005, 12006, 12007, 12018, 12020, 12024, 12025, 12028, 12029, 12030, 12031, 12032, 12035, 12038, 12041, 12043, 12044, 12045, 12046, 12048, 12057, 12058, 12062, 12063, 12064, 12065, 12066, 12067, 12068, 12071, 12075, 12077, 12079, 12081, 12082, 12083, 12084, 12088, 12089, 12090, 12091, 12092, 12094, 12095, 12097, 12099, 12105, 12106, 12107, 12108, 12109, 12113, 12114, 12115, 12116, 12117, 12118, 12119, 12124, 12127, 12128, 12129, 12132, 12134, 12138, 12141, 12143, 12144, 12146, 12147, 12148, 12149, 12150, 12152, 12154, 12169, 12170, 12171, 12173, 12174, 12175, 12176, 12177, 12182, 12183, 12184, 12187, 12188, 12189, 12190, 12194, 12199, 12200, 12204, 12206, 12208, 12211, 12212, 12213, 12214, 12215, 12216, 12219, 12221, 12222, 12223, 12227, 12228, 12230, 12234, 12235, 12238, 12240, 12241, 12243, 12244, 12245, 12246, 12249, 12250, 12254, 12261, 12262, 12265, 12266, 12267, 12269, 12270, 12275, 12276, 12277, 12278, 12279, 12280, 12282, 12283, 12284, 12286, 12288, 12289, 12290, 12291, 12296, 12298, 12299, 12301, 12308, 12312, 12314, 12315, 12316, 12317, 12318, 12319, 12323, 12325, 12326, 12327, 12330, 12331, 12332, 12333, 12334, 12335, 12339, 12342, 12345, 12346, 12348, 12349, 12351, 12352, 12353, 12354, 12357, 12361, 12363, 12374, 12375, 12376, 12377, 12378, 12388, 12391, 12394, 12395, 12396, 12397, 12398, 12399, 12402, 12403, 12404, 12405, 12406, 12407, 12417, 12418, 12420, 12421, 12422, 12423, 12431, 12433, 12434, 12435, 12436, 12438, 12445, 12446, 12447, 12448, 12449, 12450, 12453, 12456, 12457, 12460, 12462, 12463, 12464, 12469, 12471, 12472, 12473, 12474, 12475, 12478, 12481, 12482, 12483, 12484, 12485, 12486, 12487, 12489, 12498, 12499, 12500, 12501, 12504, 12507, 12508, 12509, 12510, 12513, 12517, 12519, 12521, 12523, 12527, 12528, 12529, 12534, 12535, 12536, 12539, 12540, 12541, 12542, 12544, 12545, 12546, 12547, 12550, 12551, 12552, 12553, 12554, 12555, 12556, 12559, 12560, 12562, 12564, 12566, 12568, 12569, 12570, 12571, 12573, 12575, 12577, 12581, 12582, 12585, 12587, 12588, 12591, 12592, 12595, 12598, 12600, 12602, 12604, 12606, 12607, 12608, 12609, 12611, 12617, 12619, 12626, 12628, 12629, 12633, 12634, 12635, 12636, 12637, 12642, 12643, 12644, 12645, 12647, 12648, 12650, 12652, 12653, 12654, 12656, 12659, 12660, 12663, 12664, 12665, 12667, 12669, 12670, 12671, 12691, 12693, 12699, 12700, 12706, 12715, 12716, 12718, 12720, 12737, 12747, 12758, 12771, 12782, 12786, 12788, 12797, 12800, 12803, 12807, 12808, 12813, 12817, 12818, 12837, 12841, 12851, 12856, 12865, 12870, 12874, 12883, 12887, 12891, 12892, 12905, 12923, 12928, 12931, 12934, 12945, 12974, 12977, 12984, 12991, 12997, 12999, 13000, 13001, 13002, 13003, 13006, 13008, 13009, 13012, 13013, 13014, 13015, 13016, 13017, 13020, 13024, 13036, 13038, 13040, 13041, 13043, 13047, 13049, 13051, 13053, 13054, 13056, 13057, 13068, 13070, 13072, 13073, 13076, 13078, 13084, 13088, 13092, 13098, 13101, 13102, 13106, 13108, 13109, 13115, 13121, 13125, 13126, 13128, 13129, 13130, 13132, 13135, 13138, 13141, 13142, 13143, 13148, 13149, 13152, 13157, 13158, 13163, 13168, 13169, 13172, 13176, 13180, 13183, 13186, 13189, 13194, 13196, 13199, 13204, 13207, 13209, 13216, 13217, 13218, 13219, 13220, 13223, 13225, 13226, 13227, 13230, 13231, 13233, 13234, 13235, 13236, 13244, 13249, 13251, 13252, 13253, 13255, 13256, 13257, 13258, 13263, 13266, 13271, 13272, 13278, 13281, 13282, 13290, 13294, 13295, 13296, 13298, 13304, 13305, 13310, 13313, 13315, 13317, 13320, 13322, 13323, 13329, 13334, 13337, 13343, 13346, 13347, 13348, 13350, 13353, 13355, 13356, 13359, 13360, 13364, 13372, 13373, 13374, 13377, 13378, 13379, 13382, 13383, 13384, 13385, 13389, 13390, 13395, 13399, 13408, 13411, 13413, 13416, 13419, 13425, 13426, 13427, 13428, 13430, 13434, 13435, 13442, 13443, 13448, 13449, 13454, 13455, 13459, 13461, 13462, 13465, 13466, 13467, 13479, 13481, 13485, 13486, 13488, 13489, 13490, 13491, 13495, 13498, 13502, 13506, 13508, 13512, 13514, 13523, 13532, 13536, 13540, 13541, 13544, 13549, 13554, 13566, 13568, 13569, 13571, 13585, 13589, 13590, 13601, 13602, 13609, 13610, 13613, 13617, 13622, 13624, 13630, 13631, 13632, 13633, 13636, 13638, 13645, 13656, 13657, 13658, 13661, 13664, 13665, 13667, 13669, 13670, 13671, 13672, 13685, 13688, 13699, 13706, 13707, 13709, 13723, 13724, 13739, 13740, 13741, 13744, 13745, 13757, 13767, 13768, 13770, 13790, 13793, 13794, 13796, 13804, 13806, 13807, 13823, 13824, 13825, 13835, 13839, 13846, 13855, 13856, 13857, 13860, 13868, 13869, 13889, 13894, 13895, 13896, 13897, 13898, 13899, 13907, 13908, 13912, 13920, 13924, 13925, 13937, 13941, 13942, 13944, 13948, 13951, 13952, 13953, 13969, 13970, 13971, 13975, 13977, 13979, 13980, 13982, 13984, 13991, 14000, 14001, 14005, 14006, 14007, 14022, 14024, 14026, 14032, 14033, 14034, 14035, 14037, 14049, 14052, 14057, 14059, 14063, 14068, 14077, 14078, 14079, 14080, 14082, 14087, 14092, 14094, 14097, 14098, 14102, 14113, 14114, 14115, 14116, 14117, 14118, 14127, 14128, 14137, 14141, 14147, 14149, 14153, 14154, 14159, 14163, 14170, 14171, 14183, 14190, 14196, 14198, 14199, 14208, 14209, 14217, 14222, 14223, 14225, 14227, 14230, 14231, 14232, 14233, 14242, 14243, 14256, 14258, 14259, 14265, 14268, 14270, 14271, 14275, 14277, 14283, 14284, 14285, 14288, 14292, 14293, 14297, 14300, 14319, 14320, 14321, 14323, 14327, 14328, 14330, 14339, 14341, 14346, 14347, 14349, 14350, 14353, 14354, 14364, 14367, 14377, 14384, 14389, 14390, 14393, 14395, 14402, 14403, 14408, 14411, 14412, 14413, 14414, 14415, 14418, 14421, 14430, 14431, 14436, 14441, 14443, 14445, 14448, 14456, 14457, 14458, 14459, 14465, 14469, 14477, 14485, 14489, 14493, 14498, 14499, 14506, 14507, 14508, 14513, 14514, 14515, 14516, 14521, 14524, 14526, 14528, 14532, 14535, 14536, 14540, 14543, 14544, 14556, 14558, 14559, 14563, 14564, 14566, 14571, 14584, 14586, 14599, 14607, 14611, 14612, 14613, 14621, 14633, 14635, 14636, 14644, 14646, 14647, 14661, 14663, 14668, 14669, 14670, 14673, 14674, 14676, 14679, 14685, 14687, 14689, 14690, 14694, 14696, 14699, 14701, 14702, 14707, 14708, 14712, 14714, 14717, 14719, 14720, 14721, 14726, 14727, 14728, 14734, 14738, 14741, 14744, 14747, 14750, 14758, 14759, 14761, 14762, 14764, 14769, 14770, 14772, 14773, 14778, 14780, 14781, 14798, 14800, 14804, 14807, 14811, 14812, 14814, 14820, 14823, 14825, 14830, 14833, 14843, 14844, 14852, 14853, 14866, 14871, 14881, 14883, 14891, 14892, 14897, 14902, 14906, 14912, 14925, 14926, 14928, 14929, 14932, 14937, 14938, 14939, 14944, 14947, 14951, 14952, 14953, 14954, 14955, 14957, 14973, 14977, 14978, 14982, 14986, 15000, 15003, 15004, 15005, 15009, 15016, 15018, 15019, 15023, 15026, 15033, 15043, 15049, 15050, 15051, 15052, 15057, 15059, 15060, 15061, 15065, 15067, 15071, 15088, 15093, 15096, 15102, 15103, 15112, 15117, 15118, 15119, 15120, 15122, 15124, 15126, 15130, 15135, 15136, 15148, 15149, 15150, 15151, 15156, 15159, 15166, 15169, 15173, 15175, 15177, 15178, 15180, 15181, 15183, 15189, 15191, 15194, 15198, 15205, 15212, 15213] time: 1.85 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
dt3c.iloc[non_matched_indexes]['file_path']
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
1 /Users/farukcankaya/Google Drive/AllPapers/8_AH/140_AH.pdf 3 /Users/farukcankaya/Google Drive/AllPapers/8_AH/294_AH.pdf 11 /Users/farukcankaya/Google Drive/AllPapers/8_AH/703_AH.pdf 13 /Users/farukcankaya/Google Drive/AllPapers/8_AH/660_AH.pdf 14 /Users/farukcankaya/Google Drive/AllPapers/8_AH/131_AH.pdf 17 /Users/farukcankaya/Google Drive/AllPapers/8_AH/70_AH.pdf 18 /Users/farukcankaya/Google Drive/AllPapers/8_AH/119_AH.pdf 19 /Users/farukcankaya/Google Drive/AllPapers/8_AH/648_AH.pdf 20 /Users/farukcankaya/Google Drive/AllPapers/8_AH/58_AH.pdf 25 /Users/farukcankaya/Google Drive/AllPapers/8_AH/582_AH.pdf 26 /Users/farukcankaya/Google Drive/AllPapers/8_AH/25_AH.pdf 30 /Users/farukcankaya/Google Drive/AllPapers/8_AH/46_AH.pdf 33 /Users/farukcankaya/Google Drive/AllPapers/8_AH/37_AH.pdf 37 /Users/farukcankaya/Google Drive/AllPapers/8_AH/490_AH.pdf 41 /Users/farukcankaya/Google Drive/AllPapers/8_AH/739_AH.pdf 42 /Users/farukcankaya/Google Drive/AllPapers/8_AH/29_AH.pdf 43 /Users/farukcankaya/Google Drive/AllPapers/8_AH/639_AH.pdf 45 /Users/farukcankaya/Google Drive/AllPapers/8_AH/559_AH.pdf 46 /Users/farukcankaya/Google Drive/AllPapers/8_AH/208_AH.pdf 47 /Users/farukcankaya/Google Drive/AllPapers/8_AH/459_AH.pdf 49 /Users/farukcankaya/Google Drive/AllPapers/8_AH/83_AH.pdf 50 /Users/farukcankaya/Google Drive/AllPapers/8_AH/524_AH.pdf 51 /Users/farukcankaya/Google Drive/AllPapers/8_AH/275_AH.pdf 52 /Users/farukcankaya/Google Drive/AllPapers/8_AH/693_AH.pdf 53 /Users/farukcankaya/Google Drive/AllPapers/8_AH/424_AH.pdf 57 /Users/farukcankaya/Google Drive/AllPapers/8_AH/447_AH.pdf 60 /Users/farukcankaya/Google Drive/AllPapers/8_AH/436_AH.pdf 61 /Users/farukcankaya/Google Drive/AllPapers/8_AH/681_AH.pdf 64 /Users/farukcankaya/Google Drive/AllPapers/8_AH/91_AH.pdf 70 /Users/farukcankaya/Google Drive/AllPapers/8_AH/428_AH.pdf 71 /Users/farukcankaya/Google Drive/AllPapers/8_AH/279_AH.pdf 72 /Users/farukcankaya/Google Drive/AllPapers/8_AH/528_AH.pdf 73 /Users/farukcankaya/Google Drive/AllPapers/8_AH/6_AH.pdf 74 /Users/farukcankaya/Google Drive/AllPapers/8_AH/400_AH.pdf 75 /Users/farukcankaya/Google Drive/AllPapers/8_AH/351_AH.pdf 81 /Users/farukcankaya/Google Drive/AllPapers/8_AH/563_AH.pdf 96 /Users/farukcankaya/Google Drive/AllPapers/8_AH/557_AH.pdf 99 /Users/farukcankaya/Google Drive/AllPapers/8_AH/218_AH.pdf 102 /Users/farukcankaya/Google Drive/AllPapers/8_AH/434_AH.pdf 103 /Users/farukcankaya/Google Drive/AllPapers/8_AH/683_AH.pdf 106 /Users/farukcankaya/Google Drive/AllPapers/8_AH/545_AH.pdf 110 /Users/farukcankaya/Google Drive/AllPapers/8_AH/538_AH.pdf 112 /Users/farukcankaya/Google Drive/AllPapers/8_AH/438_AH.pdf 116 /Users/farukcankaya/Google Drive/AllPapers/8_AH/691_AH.pdf 117 /Users/farukcankaya/Google Drive/AllPapers/8_AH/426_AH.pdf 119 /Users/farukcankaya/Google Drive/AllPapers/8_AH/8_AH.pdf 121 /Users/farukcankaya/Google Drive/AllPapers/8_AH/573_AH.pdf 122 /Users/farukcankaya/Google Drive/AllPapers/8_AH/195_AH.pdf 123 /Users/farukcankaya/Google Drive/AllPapers/8_AH/322_AH.pdf 124 /Users/farukcankaya/Google Drive/AllPapers/8_AH/473_AH.pdf 125 /Users/farukcankaya/Google Drive/AllPapers/8_AH/241_AH.pdf 126 /Users/farukcankaya/Google Drive/AllPapers/8_AH/510_AH.pdf 135 /Users/farukcankaya/Google Drive/AllPapers/8_AH/4_AH.pdf 137 /Users/farukcankaya/Google Drive/AllPapers/8_AH/353_AH.pdf 138 /Users/farukcankaya/Google Drive/AllPapers/8_AH/502_AH.pdf 142 /Users/farukcankaya/Google Drive/AllPapers/8_AH/133_AH.pdf 144 /Users/farukcankaya/Google Drive/AllPapers/8_AH/72_AH.pdf 146 /Users/farukcankaya/Google Drive/AllPapers/8_AH/150_AH.pdf 148 /Users/farukcankaya/Google Drive/AllPapers/8_AH/11_AH.pdf 149 /Users/farukcankaya/Google Drive/AllPapers/8_AH/60_AH.pdf 151 /Users/farukcankaya/Google Drive/AllPapers/8_AH/121_AH.pdf 156 /Users/farukcankaya/Google Drive/AllPapers/8_AH/713_AH.pdf 159 /Users/farukcankaya/Google Drive/AllPapers/8_AH/56_AH.pdf 161 /Users/farukcankaya/Google Drive/AllPapers/8_AH/117_AH.pdf 162 /Users/farukcankaya/Google Drive/AllPapers/8_AH/758_AH.pdf 163 /Users/farukcankaya/Google Drive/AllPapers/8_AH/48_AH.pdf 165 /Users/farukcankaya/Google Drive/AllPapers/8_AH/109_AH.pdf 166 /Users/farukcankaya/Google Drive/AllPapers/8_AH/725_AH.pdf 167 /Users/farukcankaya/Google Drive/AllPapers/8_AH/35_AH.pdf 169 /Users/farukcankaya/Google Drive/AllPapers/8_AH/625_AH.pdf 170 /Users/farukcankaya/Google Drive/AllPapers/8_AH/174_AH.pdf 174 /Users/farukcankaya/Google Drive/AllPapers/8_AH/44_AH.pdf 178 /Users/farukcankaya/Google Drive/AllPapers/8_AH/39_AH.pdf 180 /Users/farukcankaya/Google Drive/AllPapers/8_AH/480_AH.pdf 188 /Users/farukcankaya/Google Drive/AllPapers/8_AH/518_AH.pdf 191 /Users/farukcankaya/Google Drive/AllPapers/8_AH/183_AH.pdf 197 /Users/farukcankaya/Google Drive/AllPapers/8_AH/0_AH.pdf 203 /Users/farukcankaya/Google Drive/AllPapers/8_AH/514_AH.pdf 206 /Users/farukcankaya/Google Drive/AllPapers/8_AH/345_AH.pdf 211 /Users/farukcankaya/Google Drive/AllPapers/8_AH/210_AH.pdf 215 /Users/farukcankaya/Google Drive/AllPapers/8_AH/273_AH.pdf 216 /Users/farukcankaya/Google Drive/AllPapers/8_AH/522_AH.pdf 219 /Users/farukcankaya/Google Drive/AllPapers/8_AH/422_AH.pdf 220 /Users/farukcankaya/Google Drive/AllPapers/8_AH/699_AH.pdf 221 /Users/farukcankaya/Google Drive/AllPapers/8_AH/89_AH.pdf 224 /Users/farukcankaya/Google Drive/AllPapers/8_AH/553_AH.pdf 226 /Users/farukcankaya/Google Drive/AllPapers/8_AH/430_AH.pdf 228 /Users/farukcankaya/Google Drive/AllPapers/8_AH/687_AH.pdf 229 /Users/farukcankaya/Google Drive/AllPapers/8_AH/530_AH.pdf 230 /Users/farukcankaya/Google Drive/AllPapers/8_AH/261_AH.pdf 231 /Users/farukcankaya/Google Drive/AllPapers/8_AH/650_AH.pdf 232 /Users/farukcankaya/Google Drive/AllPapers/8_AH/750_AH.pdf 233 /Users/farukcankaya/Google Drive/AllPapers/8_AH/40_AH.pdf 235 /Users/farukcankaya/Google Drive/AllPapers/8_AH/633_AH.pdf 239 /Users/farukcankaya/Google Drive/AllPapers/8_AH/23_AH.pdf 241 /Users/farukcankaya/Google Drive/AllPapers/8_AH/488_AH.pdf 242 /Users/farukcankaya/Google Drive/AllPapers/8_AH/52_AH.pdf 246 /Users/farukcankaya/Google Drive/AllPapers/8_AH/31_AH.pdf 251 /Users/farukcankaya/Google Drive/AllPapers/8_AH/496_AH.pdf 252 /Users/farukcankaya/Google Drive/AllPapers/8_AH/709_AH.pdf 253 /Users/farukcankaya/Google Drive/AllPapers/8_AH/19_AH.pdf 254 /Users/farukcankaya/Google Drive/AllPapers/8_AH/609_AH.pdf 256 /Users/farukcankaya/Google Drive/AllPapers/8_AH/64_AH.pdf 259 /Users/farukcankaya/Google Drive/AllPapers/8_AH/125_AH.pdf 261 /Users/farukcankaya/Google Drive/AllPapers/8_AH/717_AH.pdf 262 /Users/farukcankaya/Google Drive/AllPapers/8_AH/617_AH.pdf 264 /Users/farukcankaya/Google Drive/AllPapers/8_AH/137_AH.pdf 265 /Users/farukcankaya/Google Drive/AllPapers/8_AH/666_AH.pdf 267 /Users/farukcankaya/Google Drive/AllPapers/8_AH/76_AH.pdf 271 /Users/farukcankaya/Google Drive/AllPapers/8_AH/129_AH.pdf 273 /Users/farukcankaya/Google Drive/AllPapers/8_AH/68_AH.pdf 274 /Users/farukcankaya/Google Drive/AllPapers/8_AH/33_AH.pdf 275 /Users/farukcankaya/Google Drive/AllPapers/8_AH/723_AH.pdf 276 /Users/farukcankaya/Google Drive/AllPapers/8_AH/594_AH.pdf 277 /Users/farukcankaya/Google Drive/AllPapers/8_AH/172_AH.pdf 279 /Users/farukcankaya/Google Drive/AllPapers/8_AH/494_AH.pdf 280 /Users/farukcankaya/Google Drive/AllPapers/8_AH/50_AH.pdf 281 /Users/farukcankaya/Google Drive/AllPapers/8_AH/740_AH.pdf 283 /Users/farukcankaya/Google Drive/AllPapers/8_AH/640_AH.pdf 284 /Users/farukcankaya/Google Drive/AllPapers/8_AH/486_AH.pdf 285 /Users/farukcankaya/Google Drive/AllPapers/8_AH/631_AH.pdf 287 /Users/farukcankaya/Google Drive/AllPapers/8_AH/586_AH.pdf 288 /Users/farukcankaya/Google Drive/AllPapers/8_AH/731_AH.pdf 289 /Users/farukcankaya/Google Drive/AllPapers/8_AH/21_AH.pdf 295 /Users/farukcankaya/Google Drive/AllPapers/8_AH/42_AH.pdf 298 /Users/farukcankaya/Google Drive/AllPapers/8_AH/17_AH.pdf 299 /Users/farukcankaya/Google Drive/AllPapers/8_AH/707_AH.pdf 300 /Users/farukcankaya/Google Drive/AllPapers/8_AH/148_AH.pdf 302 /Users/farukcankaya/Google Drive/AllPapers/8_AH/719_AH.pdf 304 /Users/farukcankaya/Google Drive/AllPapers/8_AH/135_AH.pdf 307 /Users/farukcankaya/Google Drive/AllPapers/8_AH/74_AH.pdf 310 /Users/farukcankaya/Google Drive/AllPapers/8_AH/668_AH.pdf 311 /Users/farukcankaya/Google Drive/AllPapers/8_AH/139_AH.pdf 312 /Users/farukcankaya/Google Drive/AllPapers/8_AH/66_AH.pdf 314 /Users/farukcankaya/Google Drive/AllPapers/8_AH/676_AH.pdf 315 /Users/farukcankaya/Google Drive/AllPapers/8_AH/127_AH.pdf 316 /Users/farukcankaya/Google Drive/AllPapers/8_AH/390_AH.pdf 317 /Users/farukcankaya/Google Drive/AllPapers/8_AH/516_AH.pdf 318 /Users/farukcankaya/Google Drive/AllPapers/8_AH/247_AH.pdf 321 /Users/farukcankaya/Google Drive/AllPapers/8_AH/508_AH.pdf 327 /Users/farukcankaya/Google Drive/AllPapers/8_AH/193_AH.pdf 328 /Users/farukcankaya/Google Drive/AllPapers/8_AH/475_AH.pdf 332 /Users/farukcankaya/Google Drive/AllPapers/8_AH/255_AH.pdf 333 /Users/farukcankaya/Google Drive/AllPapers/8_AH/504_AH.pdf 334 /Users/farukcankaya/Google Drive/AllPapers/8_AH/2_AH.pdf 336 /Users/farukcankaya/Google Drive/AllPapers/8_AH/479_AH.pdf 338 /Users/farukcankaya/Google Drive/AllPapers/8_AH/579_AH.pdf 340 /Users/farukcankaya/Google Drive/AllPapers/8_AH/467_AH.pdf 344 /Users/farukcankaya/Google Drive/AllPapers/8_AH/432_AH.pdf 346 /Users/farukcankaya/Google Drive/AllPapers/8_AH/685_AH.pdf 347 /Users/farukcankaya/Google Drive/AllPapers/8_AH/532_AH.pdf 353 /Users/farukcankaya/Google Drive/AllPapers/8_AH/87_AH.pdf 354 /Users/farukcankaya/Google Drive/AllPapers/8_AH/271_AH.pdf 356 /Users/farukcankaya/Google Drive/AllPapers/8_AH/697_AH.pdf 358 /Users/farukcankaya/Google Drive/AllPapers/8_AH/420_AH.pdf 362 /Users/farukcankaya/Google Drive/AllPapers/8_AH/312_AH.pdf 364 /Users/farukcankaya/Google Drive/AllPapers/8_AH/562_AH.pdf 365 /Users/farukcankaya/Google Drive/AllPapers/8_AH/233_AH.pdf 369 /Users/farukcankaya/Google Drive/AllPapers/8_AH/501_AH.pdf 372 /Users/farukcankaya/Google Drive/AllPapers/8_AH/350_AH.pdf 373 /Users/farukcankaya/Google Drive/AllPapers/8_AH/7_AH.pdf 381 /Users/farukcankaya/Google Drive/AllPapers/8_AH/242_AH.pdf 383 /Users/farukcankaya/Google Drive/AllPapers/8_AH/188_AH.pdf 384 /Users/farukcankaya/Google Drive/AllPapers/8_AH/446_AH.pdf 386 /Users/farukcankaya/Google Drive/AllPapers/8_AH/546_AH.pdf 389 /Users/farukcankaya/Google Drive/AllPapers/8_AH/425_AH.pdf 391 /Users/farukcankaya/Google Drive/AllPapers/8_AH/82_AH.pdf 393 /Users/farukcankaya/Google Drive/AllPapers/8_AH/274_AH.pdf 394 /Users/farukcankaya/Google Drive/AllPapers/8_AH/458_AH.pdf 396 /Users/farukcankaya/Google Drive/AllPapers/8_AH/558_AH.pdf 399 /Users/farukcankaya/Google Drive/AllPapers/8_AH/529_AH.pdf 401 /Users/farukcankaya/Google Drive/AllPapers/8_AH/429_AH.pdf 402 /Users/farukcankaya/Google Drive/AllPapers/8_AH/205_AH.pdf 404 /Users/farukcankaya/Google Drive/AllPapers/8_AH/305_AH.pdf 406 /Users/farukcankaya/Google Drive/AllPapers/8_AH/266_AH.pdf 407 /Users/farukcankaya/Google Drive/AllPapers/8_AH/537_AH.pdf 408 /Users/farukcankaya/Google Drive/AllPapers/8_AH/90_AH.pdf 410 /Users/farukcankaya/Google Drive/AllPapers/8_AH/437_AH.pdf 411 /Users/farukcankaya/Google Drive/AllPapers/8_AH/680_AH.pdf 413 /Users/farukcankaya/Google Drive/AllPapers/8_AH/106_AH.pdf 416 /Users/farukcankaya/Google Drive/AllPapers/8_AH/24_AH.pdf 419 /Users/farukcankaya/Google Drive/AllPapers/8_AH/165_AH.pdf 421 /Users/farukcankaya/Google Drive/AllPapers/8_AH/59_AH.pdf 422 /Users/farukcankaya/Google Drive/AllPapers/8_AH/749_AH.pdf 423 /Users/farukcankaya/Google Drive/AllPapers/8_AH/118_AH.pdf 424 /Users/farukcankaya/Google Drive/AllPapers/8_AH/649_AH.pdf 425 /Users/farukcankaya/Google Drive/AllPapers/8_AH/638_AH.pdf 427 /Users/farukcankaya/Google Drive/AllPapers/8_AH/738_AH.pdf 428 /Users/farukcankaya/Google Drive/AllPapers/8_AH/28_AH.pdf 432 /Users/farukcankaya/Google Drive/AllPapers/8_AH/55_AH.pdf 433 /Users/farukcankaya/Google Drive/AllPapers/8_AH/626_AH.pdf 437 /Users/farukcankaya/Google Drive/AllPapers/8_AH/36_AH.pdf 438 /Users/farukcankaya/Google Drive/AllPapers/8_AH/591_AH.pdf 442 /Users/farukcankaya/Google Drive/AllPapers/8_AH/63_AH.pdf 444 /Users/farukcankaya/Google Drive/AllPapers/8_AH/141_AH.pdf 449 /Users/farukcankaya/Google Drive/AllPapers/8_AH/71_AH.pdf 452 /Users/farukcankaya/Google Drive/AllPapers/8_AH/130_AH.pdf 454 /Users/farukcankaya/Google Drive/AllPapers/8_AH/12_AH.pdf 455 /Users/farukcankaya/Google Drive/AllPapers/8_AH/602_AH.pdf 457 /Users/farukcankaya/Google Drive/AllPapers/8_AH/299_AH.pdf 458 /Users/farukcankaya/Google Drive/AllPapers/8_AH/399_AH.pdf 460 /Users/farukcankaya/Google Drive/AllPapers/8_AH/175_AH.pdf 462 /Users/farukcankaya/Google Drive/AllPapers/8_AH/724_AH.pdf 463 /Users/farukcankaya/Google Drive/AllPapers/8_AH/34_AH.pdf 465 /Users/farukcankaya/Google Drive/AllPapers/8_AH/659_AH.pdf 468 /Users/farukcankaya/Google Drive/AllPapers/8_AH/49_AH.pdf 469 /Users/farukcankaya/Google Drive/AllPapers/8_AH/647_AH.pdf 472 /Users/farukcankaya/Google Drive/AllPapers/8_AH/57_AH.pdf 474 /Users/farukcankaya/Google Drive/AllPapers/8_AH/26_AH.pdf 476 /Users/farukcankaya/Google Drive/AllPapers/8_AH/481_AH.pdf 479 /Users/farukcankaya/Google Drive/AllPapers/8_AH/38_AH.pdf 483 /Users/farukcankaya/Google Drive/AllPapers/8_AH/45_AH.pdf 486 /Users/farukcankaya/Google Drive/AllPapers/8_AH/655_AH.pdf 488 /Users/farukcankaya/Google Drive/AllPapers/8_AH/10_AH.pdf 490 /Users/farukcankaya/Google Drive/AllPapers/8_AH/151_AH.pdf 491 /Users/farukcankaya/Google Drive/AllPapers/8_AH/285_AH.pdf 492 /Users/farukcankaya/Google Drive/AllPapers/8_AH/73_AH.pdf 495 /Users/farukcankaya/Google Drive/AllPapers/8_AH/132_AH.pdf 500 /Users/farukcankaya/Google Drive/AllPapers/8_AH/120_AH.pdf 503 /Users/farukcankaya/Google Drive/AllPapers/8_AH/61_AH.pdf 504 /Users/farukcankaya/Google Drive/AllPapers/8_AH/297_AH.pdf 509 /Users/farukcankaya/Google Drive/AllPapers/8_AH/9_AH.pdf 515 /Users/farukcankaya/Google Drive/AllPapers/8_AH/503_AH.pdf 516 /Users/farukcankaya/Google Drive/AllPapers/8_AH/252_AH.pdf 518 /Users/farukcankaya/Google Drive/AllPapers/8_AH/352_AH.pdf 520 /Users/farukcankaya/Google Drive/AllPapers/8_AH/5_AH.pdf 521 /Users/farukcankaya/Google Drive/AllPapers/8_AH/560_AH.pdf 522 /Users/farukcankaya/Google Drive/AllPapers/8_AH/231_AH.pdf 523 /Users/farukcankaya/Google Drive/AllPapers/8_AH/460_AH.pdf 525 /Users/farukcankaya/Google Drive/AllPapers/8_AH/186_AH.pdf 528 /Users/farukcankaya/Google Drive/AllPapers/8_AH/92_AH.pdf 530 /Users/farukcankaya/Google Drive/AllPapers/8_AH/435_AH.pdf 531 /Users/farukcankaya/Google Drive/AllPapers/8_AH/682_AH.pdf 540 /Users/farukcankaya/Google Drive/AllPapers/8_AH/690_AH.pdf 541 /Users/farukcankaya/Google Drive/AllPapers/8_AH/427_AH.pdf 543 /Users/farukcankaya/Google Drive/AllPapers/8_AH/80_AH.pdf 546 /Users/farukcankaya/Google Drive/AllPapers/8_AH/439_AH.pdf 548 /Users/farukcankaya/Google Drive/AllPapers/8_AH/539_AH.pdf 553 /Users/farukcankaya/Google Drive/AllPapers/8_AH/215_AH.pdf 555 /Users/farukcankaya/Google Drive/AllPapers/8_AH/716_AH.pdf 556 /Users/farukcankaya/Google Drive/AllPapers/8_AH/675_AH.pdf 557 /Users/farukcankaya/Google Drive/AllPapers/8_AH/124_AH.pdf 559 /Users/farukcankaya/Google Drive/AllPapers/8_AH/65_AH.pdf 562 /Users/farukcankaya/Google Drive/AllPapers/8_AH/159_AH.pdf 563 /Users/farukcankaya/Google Drive/AllPapers/8_AH/708_AH.pdf 564 /Users/farukcankaya/Google Drive/AllPapers/8_AH/18_AH.pdf 565 /Users/farukcankaya/Google Drive/AllPapers/8_AH/128_AH.pdf 567 /Users/farukcankaya/Google Drive/AllPapers/8_AH/14_AH.pdf 568 /Users/farukcankaya/Google Drive/AllPapers/8_AH/704_AH.pdf 569 /Users/farukcankaya/Google Drive/AllPapers/8_AH/155_AH.pdf 572 /Users/farukcankaya/Google Drive/AllPapers/8_AH/77_AH.pdf 574 /Users/farukcankaya/Google Drive/AllPapers/8_AH/136_AH.pdf 575 /Users/farukcankaya/Google Drive/AllPapers/8_AH/667_AH.pdf 577 /Users/farukcankaya/Google Drive/AllPapers/8_AH/732_AH.pdf 578 /Users/farukcankaya/Google Drive/AllPapers/8_AH/22_AH.pdf 580 /Users/farukcankaya/Google Drive/AllPapers/8_AH/632_AH.pdf 582 /Users/farukcankaya/Google Drive/AllPapers/8_AH/751_AH.pdf 583 /Users/farukcankaya/Google Drive/AllPapers/8_AH/41_AH.pdf 584 /Users/farukcankaya/Google Drive/AllPapers/8_AH/651_AH.pdf 585 /Users/farukcankaya/Google Drive/AllPapers/8_AH/100_AH.pdf 588 /Users/farukcankaya/Google Drive/AllPapers/8_AH/497_AH.pdf 589 /Users/farukcankaya/Google Drive/AllPapers/8_AH/30_AH.pdf 590 /Users/farukcankaya/Google Drive/AllPapers/8_AH/720_AH.pdf 594 /Users/farukcankaya/Google Drive/AllPapers/8_AH/53_AH.pdf 596 /Users/farukcankaya/Google Drive/AllPapers/8_AH/489_AH.pdf 598 /Users/farukcankaya/Google Drive/AllPapers/8_AH/694_AH.pdf 600 /Users/farukcankaya/Google Drive/AllPapers/8_AH/423_AH.pdf 601 /Users/farukcankaya/Google Drive/AllPapers/8_AH/84_AH.pdf 602 /Users/farukcankaya/Google Drive/AllPapers/8_AH/272_AH.pdf 603 /Users/farukcankaya/Google Drive/AllPapers/8_AH/523_AH.pdf 605 /Users/farukcankaya/Google Drive/AllPapers/8_AH/440_AH.pdf 607 /Users/farukcankaya/Google Drive/AllPapers/8_AH/540_AH.pdf 608 /Users/farukcankaya/Google Drive/AllPapers/8_AH/531_AH.pdf 610 /Users/farukcankaya/Google Drive/AllPapers/8_AH/96_AH.pdf 611 /Users/farukcankaya/Google Drive/AllPapers/8_AH/431_AH.pdf 613 /Users/farukcankaya/Google Drive/AllPapers/8_AH/686_AH.pdf 614 /Users/farukcankaya/Google Drive/AllPapers/8_AH/552_AH.pdf 618 /Users/farukcankaya/Google Drive/AllPapers/8_AH/88_AH.pdf 619 /Users/farukcankaya/Google Drive/AllPapers/8_AH/698_AH.pdf 620 /Users/farukcankaya/Google Drive/AllPapers/8_AH/1_AH.pdf 621 /Users/farukcankaya/Google Drive/AllPapers/8_AH/256_AH.pdf 626 /Users/farukcankaya/Google Drive/AllPapers/8_AH/564_AH.pdf 630 /Users/farukcankaya/Google Drive/AllPapers/8_AH/248_AH.pdf 633 /Users/farukcankaya/Google Drive/AllPapers/8_AH/419_AH.pdf 634 /Users/farukcankaya/Google Drive/AllPapers/8_AH/468_AH.pdf 640 /Users/farukcankaya/Google Drive/AllPapers/8_AH/515_AH.pdf 646 /Users/farukcankaya/Google Drive/AllPapers/8_AH/227_AH.pdf 650 /Users/farukcankaya/Google Drive/AllPapers/8_AH/301_AH.pdf 651 /Users/farukcankaya/Google Drive/AllPapers/8_AH/533_AH.pdf 653 /Users/farukcankaya/Google Drive/AllPapers/8_AH/94_AH.pdf 654 /Users/farukcankaya/Google Drive/AllPapers/8_AH/433_AH.pdf 656 /Users/farukcankaya/Google Drive/AllPapers/8_AH/684_AH.pdf 658 /Users/farukcankaya/Google Drive/AllPapers/8_AH/442_AH.pdf 662 /Users/farukcankaya/Google Drive/AllPapers/8_AH/98_AH.pdf 663 /Users/farukcankaya/Google Drive/AllPapers/8_AH/696_AH.pdf 665 /Users/farukcankaya/Google Drive/AllPapers/8_AH/421_AH.pdf 666 /Users/farukcankaya/Google Drive/AllPapers/8_AH/86_AH.pdf 667 /Users/farukcankaya/Google Drive/AllPapers/8_AH/270_AH.pdf 670 /Users/farukcankaya/Google Drive/AllPapers/8_AH/474_AH.pdf 673 /Users/farukcankaya/Google Drive/AllPapers/8_AH/225_AH.pdf 676 /Users/farukcankaya/Google Drive/AllPapers/8_AH/509_AH.pdf 680 /Users/farukcankaya/Google Drive/AllPapers/8_AH/517_AH.pdf 685 /Users/farukcankaya/Google Drive/AllPapers/8_AH/466_AH.pdf 686 /Users/farukcankaya/Google Drive/AllPapers/8_AH/180_AH.pdf 687 /Users/farukcankaya/Google Drive/AllPapers/8_AH/3_AH.pdf 689 /Users/farukcankaya/Google Drive/AllPapers/8_AH/578_AH.pdf 691 /Users/farukcankaya/Google Drive/AllPapers/8_AH/478_AH.pdf 697 /Users/farukcankaya/Google Drive/AllPapers/8_AH/75_AH.pdf 699 /Users/farukcankaya/Google Drive/AllPapers/8_AH/134_AH.pdf 701 /Users/farukcankaya/Google Drive/AllPapers/8_AH/718_AH.pdf 702 /Users/farukcankaya/Google Drive/AllPapers/8_AH/149_AH.pdf 703 /Users/farukcankaya/Google Drive/AllPapers/8_AH/618_AH.pdf 704 /Users/farukcankaya/Google Drive/AllPapers/8_AH/16_AH.pdf 706 /Users/farukcankaya/Google Drive/AllPapers/8_AH/157_AH.pdf 709 /Users/farukcankaya/Google Drive/AllPapers/8_AH/126_AH.pdf 711 /Users/farukcankaya/Google Drive/AllPapers/8_AH/67_AH.pdf 714 /Users/farukcankaya/Google Drive/AllPapers/8_AH/138_AH.pdf 715 /Users/farukcankaya/Google Drive/AllPapers/8_AH/79_AH.pdf 716 /Users/farukcankaya/Google Drive/AllPapers/8_AH/614_AH.pdf 717 /Users/farukcankaya/Google Drive/AllPapers/8_AH/714_AH.pdf 720 /Users/farukcankaya/Google Drive/AllPapers/8_AH/51_AH.pdf 721 /Users/farukcankaya/Google Drive/AllPapers/8_AH/741_AH.pdf 722 /Users/farukcankaya/Google Drive/AllPapers/8_AH/173_AH.pdf 724 /Users/farukcankaya/Google Drive/AllPapers/8_AH/495_AH.pdf 725 /Users/farukcankaya/Google Drive/AllPapers/8_AH/32_AH.pdf 729 /Users/farukcankaya/Google Drive/AllPapers/8_AH/43_AH.pdf 731 /Users/farukcankaya/Google Drive/AllPapers/8_AH/102_AH.pdf 735 /Users/farukcankaya/Google Drive/AllPapers/8_AH/730_AH.pdf 736 /Users/farukcankaya/Google Drive/AllPapers/8_AH/20_AH.pdf 737 /Users/farukcankaya/Google Drive/AllPapers/8_AH/487_AH.pdf 740 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/111_BAR.pdf 742 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/267_BAR.pdf 754 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/81_BAR.pdf 758 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/197_BAR.pdf 760 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/389_BAR.pdf 761 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/399_BAR.pdf 764 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/65_BAR.pdf 765 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/248_BAR.pdf 767 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/258_BAR.pdf 773 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/517_BAR.pdf 775 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/342_BAR.pdf 782 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/88_BAR.pdf 783 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/449_BAR.pdf 787 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/364_BAR.pdf 790 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/306_BAR.pdf 793 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/482_BAR.pdf 795 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/492_BAR.pdf 796 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/43_BAR.pdf 797 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/155_BAR.pdf 800 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/476_BAR.pdf 801 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/233_BAR.pdf 803 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/390_BAR.pdf 806 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/329_BAR.pdf 808 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/339_BAR.pdf 809 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/404_BAR.pdf 810 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/414_BAR.pdf 811 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/137_BAR.pdf 813 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/365_BAR.pdf 818 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/520_BAR.pdf 819 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/89_BAR.pdf 822 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/30_BAR.pdf 824 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/42_BAR.pdf 825 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/493_BAR.pdf 834 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/144_BAR.pdf 835 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/154_BAR.pdf 836 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/222_BAR.pdf 838 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/477_BAR.pdf 842 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/338_BAR.pdf 843 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/240_BAR.pdf 847 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/136_BAR.pdf 849 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/391_BAR.pdf 850 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/100_BAR.pdf 851 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/110_BAR.pdf 854 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/266_BAR.pdf 855 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/276_BAR.pdf 856 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/214_BAR.pdf 858 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/80_BAR.pdf 860 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/90_BAR.pdf 863 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/162_BAR.pdf 871 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/321_BAR.pdf 874 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/249_BAR.pdf 879 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/64_BAR.pdf 882 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/398_BAR.pdf 883 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/388_BAR.pdf 885 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/16_BAR.pdf 886 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/343_BAR.pdf 888 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/516_BAR.pdf 889 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/506_BAR.pdf 894 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/315_BAR.pdf 898 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/550_BAR.pdf 901 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/179_BAR.pdf 902 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/522_BAR.pdf 904 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/377_BAR.pdf 905 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/367_BAR.pdf 906 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/32_BAR.pdf 912 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/242_BAR.pdf 917 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/289_BAR.pdf 918 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/299_BAR.pdf 920 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/475_BAR.pdf 923 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/358_BAR.pdf 924 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/220_BAR.pdf 926 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/146_BAR.pdf 927 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/170_BAR.pdf 929 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/92_BAR.pdf 934 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/582_BAR.pdf 938 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/59_BAR.pdf 939 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/488_BAR.pdf 940 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/274_BAR.pdf 946 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/112_BAR.pdf 947 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/102_BAR.pdf 951 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/514_BAR.pdf 952 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/351_BAR.pdf 954 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/341_BAR.pdf 955 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/239_BAR.pdf 958 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/333_BAR.pdf 959 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/323_BAR.pdf 964 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/66_BAR.pdf 965 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/194_BAR.pdf 966 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/184_BAR.pdf 975 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/93_BAR.pdf 985 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/238_BAR.pdf 986 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/340_BAR.pdf 988 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/350_BAR.pdf 989 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/515_BAR.pdf 991 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/15_BAR.pdf 992 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/67_BAR.pdf 995 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/185_BAR.pdf 1001 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/322_BAR.pdf 1005 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/439_BAR.pdf 1011 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/51_BAR.pdf 1012 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/23_BAR.pdf 1014 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/178_BAR.pdf 1016 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/366_BAR.pdf 1019 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/523_BAR.pdf 1020 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/382_BAR.pdf 1023 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/135_BAR.pdf 1031 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/359_BAR.pdf 1033 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/349_BAR.pdf 1034 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/474_BAR.pdf 1037 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/157_BAR.pdf 1038 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/298_BAR.pdf 1039 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/288_BAR.pdf 1040 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/189_BAR.pdf 1042 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/397_BAR.pdf 1043 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/387_BAR.pdf 1046 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/256_BAR.pdf 1047 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/246_BAR.pdf 1050 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/142_BAR.pdf 1052 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/224_BAR.pdf 1054 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/519_BAR.pdf 1062 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/301_BAR.pdf 1063 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/485_BAR.pdf 1065 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/495_BAR.pdf 1071 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/526_BAR.pdf 1073 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/355_BAR.pdf 1075 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/478_BAR.pdf 1076 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/500_BAR.pdf 1078 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/294_BAR.pdf 1079 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/10_BAR.pdf 1080 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/190_BAR.pdf 1081 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/180_BAR.pdf 1082 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/72_BAR.pdf 1087 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/337_BAR.pdf 1089 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/129_BAR.pdf 1090 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/139_BAR.pdf 1095 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/212_BAR.pdf 1099 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/457_BAR.pdf 1100 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/86_BAR.pdf 1106 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/270_BAR.pdf 1107 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/308_BAR.pdf 1108 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/260_BAR.pdf 1110 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/11_BAR.pdf 1111 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/285_BAR.pdf 1112 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/295_BAR.pdf 1115 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/479_BAR.pdf 1116 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/344_BAR.pdf 1118 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/326_BAR.pdf 1119 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/336_BAR.pdf 1124 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/138_BAR.pdf 1126 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/181_BAR.pdf 1127 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/191_BAR.pdf 1128 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/63_BAR.pdf 1133 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/97_BAR.pdf 1136 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/165_BAR.pdf 1140 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/107_BAR.pdf 1142 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/261_BAR.pdf 1143 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/309_BAR.pdf 1147 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/247_BAR.pdf 1148 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/257_BAR.pdf 1153 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/188_BAR.pdf 1157 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/143_BAR.pdf 1158 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/153_BAR.pdf 1159 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/470_BAR.pdf 1160 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/518_BAR.pdf 1162 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/225_BAR.pdf 1165 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/494_BAR.pdf 1169 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/300_BAR.pdf 1171 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/268_BAR.pdf 1188 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/0_BAR.pdf 1190 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/193_BAR.pdf 1192 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/297_BAR.pdf 1194 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/13_BAR.pdf 1197 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/503_BAR.pdf 1198 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/513_BAR.pdf 1200 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/158_BAR.pdf 1205 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/105_BAR.pdf 1206 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/177_BAR.pdf 1207 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/167_BAR.pdf 1208 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/369_BAR.pdf 1210 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/201_BAR.pdf 1211 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/95_BAR.pdf 1213 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/85_BAR.pdf 1216 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/237_BAR.pdf 1217 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/227_BAR.pdf 1220 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/151_BAR.pdf 1221 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/141_BAR.pdf 1227 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/255_BAR.pdf 1228 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/245_BAR.pdf 1231 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/9_BAR.pdf 1236 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/218_BAR.pdf 1237 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/525_BAR.pdf 1248 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/302_BAR.pdf 1250 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/473_BAR.pdf 1252 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/226_BAR.pdf 1253 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/236_BAR.pdf 1254 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/140_BAR.pdf 1255 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/150_BAR.pdf 1261 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/132_BAR.pdf 1262 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/244_BAR.pdf 1268 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/24_BAR.pdf 1271 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/524_BAR.pdf 1272 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/219_BAR.pdf 1275 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/303_BAR.pdf 1282 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/487_BAR.pdf 1283 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/56_BAR.pdf 1284 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/60_BAR.pdf 1285 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/1_BAR.pdf 1286 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/70_BAR.pdf 1287 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/182_BAR.pdf 1288 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/192_BAR.pdf 1297 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/502_BAR.pdf 1299 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/357_BAR.pdf 1300 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/159_BAR.pdf 1301 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/149_BAR.pdf 1311 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/166_BAR.pdf 1313 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/455_BAR.pdf 1315 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/94_BAR.pdf 1316 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/200_BAR.pdf 1318 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/368_BAR.pdf 1324 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/467_JAPP.pdf 1325 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/354_JAPP.pdf 1326 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/132_JAPP.pdf 1327 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/133_JAPP.pdf 1328 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/355_JAPP.pdf 1335 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/649_JAPP.pdf 1336 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/648_JAPP.pdf 1339 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/262_JAPP.pdf 1340 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/263_JAPP.pdf 1342 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/551_JAPP.pdf 1343 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/0_JAPP.pdf 1352 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/677_JAPP.pdf 1355 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/676_JAPP.pdf 1357 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/145_JAPP.pdf 1360 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/19_JAPP.pdf 1361 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/144_JAPP.pdf 1362 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/643_JAPP.pdf 1363 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/642_JAPP.pdf 1365 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/317_JAPP.pdf 1372 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/64_JAPP.pdf 1374 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/256_JAPP.pdf 1375 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/257_JAPP.pdf 1377 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/699_JAPP.pdf 1379 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/702_JAPP.pdf 1385 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/13_JAPP.pdf 1386 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/580_JAPP.pdf 1398 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/106_JAPP.pdf 1399 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/107_JAPP.pdf 1400 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/361_JAPP.pdf 1406 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/30_JAPP.pdf 1418 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/617_JAPP.pdf 1419 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/616_JAPP.pdf 1421 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/343_JAPP.pdf 1422 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/125_JAPP.pdf 1423 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/78_JAPP.pdf 1424 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/124_JAPP.pdf 1425 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/342_JAPP.pdf 1426 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/579_JAPP.pdf 1428 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/685_JAPP.pdf 1429 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/684_JAPP.pdf 1431 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/661_JAPP.pdf 1433 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/334_JAPP.pdf 1434 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/335_JAPP.pdf 1442 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/275_JAPP.pdf 1452 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/349_JAPP.pdf 1453 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/72_JAPP.pdf 1454 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/73_JAPP.pdf 1455 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/348_JAPP.pdf 1456 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/392_JAPP.pdf 1460 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/654_JAPP.pdf 1461 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/432_JAPP.pdf 1462 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/433_JAPP.pdf 1463 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/655_JAPP.pdf 1470 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/622_JAPP.pdf 1473 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/111_JAPP.pdf 1474 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/110_JAPP.pdf 1479 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/97_JAPP.pdf 1480 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/96_JAPP.pdf 1493 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/658_JAPP.pdf 1494 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/682_JAPP.pdf 1495 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/683_JAPP.pdf 1497 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/476_JAPP.pdf 1500 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/122_JAPP.pdf 1501 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/344_JAPP.pdf 1502 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/345_JAPP.pdf 1503 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/123_JAPP.pdf 1509 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/667_JAPP.pdf 1510 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/666_JAPP.pdf 1512 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/333_JAPP.pdf 1515 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/332_JAPP.pdf 1517 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/273_JAPP.pdf 1524 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/128_JAPP.pdf 1526 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/129_JAPP.pdf 1535 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/653_JAPP.pdf 1536 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/652_JAPP.pdf 1540 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/160_JAPP.pdf 1542 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/395_JAPP.pdf 1543 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/394_JAPP.pdf 1544 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/624_JAPP.pdf 1548 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/116_JAPP.pdf 1549 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/370_JAPP.pdf 1551 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/117_JAPP.pdf 1558 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/339_JAPP.pdf 1559 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/338_JAPP.pdf 1560 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/499_JAPP.pdf 1565 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/90_JAPP.pdf 1566 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/91_JAPP.pdf 1568 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/461_JAPP.pdf 1571 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/135_JAPP.pdf 1572 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/353_JAPP.pdf 1573 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/352_JAPP.pdf 1575 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/134_JAPP.pdf 1580 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/21_JAPP.pdf 1583 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/429_JAPP.pdf 1587 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/213_JAPP.pdf 1590 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/388_JAPP.pdf 1594 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/639_JAPP.pdf 1595 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/638_JAPP.pdf 1597 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/264_JAPP.pdf 1605 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/670_JAPP.pdf 1606 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/671_JAPP.pdf 1609 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/142_JAPP.pdf 1610 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/143_JAPP.pdf 1618 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/422_JAPP.pdf 1619 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/644_JAPP.pdf 1620 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/645_JAPP.pdf 1621 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/423_JAPP.pdf 1626 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/251_JAPP.pdf 1631 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/358_JAPP.pdf 1635 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/87_JAPP.pdf 1636 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/86_JAPP.pdf 1639 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/15_JAPP.pdf 1640 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/148_JAPP.pdf 1650 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/101_JAPP.pdf 1651 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/367_JAPP.pdf 1652 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/366_JAPP.pdf 1653 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/100_JAPP.pdf 1660 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/71_JAPP.pdf 1673 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/298_JAPP.pdf 1674 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/657_JAPP.pdf 1676 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/430_JAPP.pdf 1677 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/656_JAPP.pdf 1680 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/374_JAPP.pdf 1681 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/112_JAPP.pdf 1682 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/113_JAPP.pdf 1683 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/375_JAPP.pdf 1690 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/94_JAPP.pdf 1691 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/95_JAPP.pdf 1694 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/669_JAPP.pdf 1695 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/668_JAPP.pdf 1707 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/340_JAPP.pdf 1708 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/126_JAPP.pdf 1709 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/127_JAPP.pdf 1710 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/341_JAPP.pdf 1711 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/472_JAPP.pdf 1713 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/615_JAPP.pdf 1714 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/473_JAPP.pdf 1717 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/248_JAPP.pdf 1718 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/249_JAPP.pdf 1720 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/337_JAPP.pdf 1721 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/336_JAPP.pdf 1723 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/663_JAPP.pdf 1726 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/662_JAPP.pdf 1727 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/497_JAPP.pdf 1729 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/118_JAPP.pdf 1731 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/119_JAPP.pdf 1739 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/315_JAPP.pdf 1741 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/640_JAPP.pdf 1743 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/641_JAPP.pdf 1754 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/255_JAPP.pdf 1755 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/254_JAPP.pdf 1761 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/583_JAPP.pdf 1762 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/83_JAPP.pdf 1764 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/511_JAPP.pdf 1769 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/105_JAPP.pdf 1771 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/104_JAPP.pdf 1775 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/636_JAPP.pdf 1778 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/558_JAPP.pdf 1780 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/197_JAPP.pdf 1782 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/8_JAPP.pdf 1785 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/357_JAPP.pdf 1786 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/131_JAPP.pdf 1787 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/130_JAPP.pdf 1797 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/284_JAPP.pdf 1803 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/553_JAPP.pdf 1807 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/261_JAPP.pdf 1808 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/260_JAPP.pdf 1811 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/53_JAPP.pdf 1813 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/228_JAPP.pdf 1817 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/89_JAPP.pdf 1818 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/88_JAPP.pdf 1821 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/147_JAPP.pdf 1824 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/674_JAPP.pdf 1826 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/413_JAPP.pdf 1827 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/675_JAPP.pdf 1833 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/28_JAPP.pdf 1835 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/29_JAPP.pdf 1838 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/421_JAPP.pdf 1839 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/647_JAPP.pdf 1840 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/646_JAPP.pdf 1845 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/252_JAPP.pdf 1846 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/253_JAPP.pdf 1848 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/469_JAPP.pdf 1851 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/84_JAPP.pdf 1852 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/85_JAPP.pdf 1856 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/679_JAPP.pdf 1857 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/678_JAPP.pdf 1864 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/102_JAPP.pdf 1865 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/364_JAPP.pdf 1866 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/365_JAPP.pdf 1867 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/103_JAPP.pdf 1872 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/136_JAPP.pdf 1873 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/350_JAPP.pdf 1874 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/351_JAPP.pdf 1880 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/258_JAPP.pdf 1881 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/259_JAPP.pdf 1883 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/697_JAPP.pdf 1885 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/282_JAPP.pdf 1895 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/108_JAPP.pdf 1897 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/109_JAPP.pdf 1901 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/5_JAPP.pdf 1909 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/673_JAPP.pdf 1910 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/672_JAPP.pdf 1915 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/618_JAPP.pdf 1927 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/650_JAPP.pdf 1928 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/651_JAPP.pdf 1930 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/396_JAPP.pdf 1931 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/397_JAPP.pdf 1932 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/115_JAPP.pdf 1935 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/114_JAPP.pdf 1939 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/440_JAPP.pdf 1949 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/500_JAPP.pdf 1950 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/501_JAPP.pdf 1951 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/93_JAPP.pdf 1952 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/92_JAPP.pdf 1955 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/534_JAPP.pdf 1957 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/206_JAPP.pdf 1960 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/295_JAPP.pdf 1961 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/168_JAPP.pdf 1965 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/681_JAPP.pdf 1966 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/680_JAPP.pdf 1967 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/121_JAPP.pdf 1968 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/347_JAPP.pdf 1969 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/346_JAPP.pdf 1970 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/120_JAPP.pdf 1972 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/475_JAPP.pdf 1979 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/99_JAPP.pdf 1980 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/98_JAPP.pdf 1986 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/331_JAPP.pdf 1987 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/664_JAPP.pdf 1988 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/665_JAPP.pdf 1990 /Users/farukcankaya/Google Drive/AllPapers/13_JAPP/543_JAPP.pdf 2003 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/503_JAR.pdf 2004 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/346_JAR.pdf 2037 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/273_JAR.pdf 2038 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/436_JAR.pdf 2042 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/384_JAR.pdf 2044 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/9_JAR.pdf 2047 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/568_JAR.pdf 2050 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/400_JAR.pdf 2054 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/472_JAR.pdf 2072 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/535_JAR.pdf 2088 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/8_JAR.pdf 2092 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/715_JAR.pdf 2095 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/236_JAR.pdf 2108 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/556_JAR.pdf 2109 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/313_JAR.pdf 2117 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/642_JAR.pdf 2118 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/652_JAR.pdf 2132 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/560_JAR.pdf 2134 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/570_JAR.pdf 2149 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/723_JAR.pdf 2153 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/594_JAR.pdf 2155 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/690_JAR.pdf 2169 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/234_JAR.pdf 2171 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/717_JAR.pdf 2178 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/387_JAR.pdf 2182 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/728_JAR.pdf 2183 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/650_JAR.pdf 2196 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/269_JAR.pdf 2197 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/311_JAR.pdf 2209 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/562_JAR.pdf 2212 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/3_JAR.pdf 2217 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/468_JAR.pdf 2224 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/666_JAR.pdf 2237 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/721_JAR.pdf 2239 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/457_JAR.pdf 2243 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/596_JAR.pdf 2258 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/344_JAR.pdf 2259 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/501_JAR.pdf 2268 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/434_JAR.pdf 2269 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/309_JAR.pdf 2270 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/271_JAR.pdf 2281 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/648_JAR.pdf 2294 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/470_JAR.pdf 2313 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/537_JAR.pdf 2325 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/494_JAR.pdf 2332 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/654_JAR.pdf 2333 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/644_JAR.pdf 2339 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/428_JAR.pdf 2343 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/315_JAR.pdf 2350 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/358_JAR.pdf 2352 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/348_JAR.pdf 2353 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/230_JAR.pdf 2358 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/383_JAR.pdf 2379 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/592_JAR.pdf 2387 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/725_JAR.pdf 2393 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/7_JAR.pdf 2396 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/566_JAR.pdf 2400 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/600_JAR.pdf 2412 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/499_JAR.pdf 2420 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/275_JAR.pdf 2423 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/558_JAR.pdf 2424 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/430_JAR.pdf 2426 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/442_JAR.pdf 2445 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/6_JAR.pdf 2452 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/505_JAR.pdf 2455 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/350_JAR.pdf 2456 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/238_JAR.pdf 2459 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/533_JAR.pdf 2461 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/366_JAR.pdf 2483 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/702_JAR.pdf 2486 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/474_JAR.pdf 2514 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/695_JAR.pdf 2516 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/432_JAR.pdf 2518 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/267_JAR.pdf 2519 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/277_JAR.pdf 2525 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/342_JAR.pdf 2528 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/507_JAR.pdf 2531 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/719_JAR.pdf 2535 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/575_JAR.pdf 2542 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/4_JAR.pdf 2545 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/389_JAR.pdf 2564 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/531_JAR.pdf 2571 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/598_JAR.pdf 2586 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/466_JAR.pdf 2594 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/307_JAR.pdf 2608 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/646_JAR.pdf 2609 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/656_JAR.pdf 2611 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/520_JAR.pdf 2618 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/391_JAR.pdf 2630 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/232_JAR.pdf 2642 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/727_JAR.pdf 2672 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/5_JAR.pdf 2676 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/602_JAR.pdf 2682 /Users/farukcankaya/Google Drive/AllPapers/3_JAR/564_JAR.pdf 2685 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/189_RAS.pdf 2692 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/120_RAS.pdf 2693 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/130_RAS.pdf 2694 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/142_RAS.pdf 2696 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/224_RAS.pdf 2697 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/234_RAS.pdf 2709 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/44_RAS.pdf 2727 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/10_RAS.pdf 2729 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/190_RAS.pdf 2737 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/129_RAS.pdf 2738 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/596_RAS.pdf 2739 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/586_RAS.pdf 2744 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/96_RAS.pdf 2746 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/164_RAS.pdf 2749 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/116_RAS.pdf 2756 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/11_RAS.pdf 2769 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/128_RAS.pdf 2771 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/191_RAS.pdf 2776 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/97_RAS.pdf 2782 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/165_RAS.pdf 2783 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/587_RAS.pdf 2784 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/117_RAS.pdf 2797 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/121_RAS.pdf 2798 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/188_RAS.pdf 2799 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/198_RAS.pdf 2802 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/18_RAS.pdf 2804 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/143_RAS.pdf 2805 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/460_RAS.pdf 2809 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/235_RAS.pdf 2826 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/27_RAS.pdf 2832 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/334_RAS.pdf 2835 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/183_RAS.pdf 2838 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/297_RAS.pdf 2839 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/13_RAS.pdf 2845 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/148_RAS.pdf 2848 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/263_RAS.pdf 2851 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/115_RAS.pdf 2852 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/167_RAS.pdf 2861 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/95_RAS.pdf 2862 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/595_RAS.pdf 2863 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/585_RAS.pdf 2868 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/141_RAS.pdf 2870 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/123_RAS.pdf 2878 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/9_RAS.pdf 2889 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/35_RAS.pdf 2907 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/8_RAS.pdf 2909 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/122_RAS.pdf 2912 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/579_RAS.pdf 2916 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/34_RAS.pdf 2917 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/24_RAS.pdf 2932 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/70_RAS.pdf 2933 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/1_RAS.pdf 2935 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/182_RAS.pdf 2946 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/149_RAS.pdf 2948 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/12_RAS.pdf 2950 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/286_RAS.pdf 2958 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/594_RAS.pdf 2960 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/166_RAS.pdf 2961 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/94_RAS.pdf 2965 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/368_RAS.pdf 2977 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/28_RAS.pdf 2986 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/163_RAS.pdf 2988 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/187_RAS.pdf 3004 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/17_RAS.pdf 3005 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/283_RAS.pdf 3007 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/21_RAS.pdf 3009 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/31_RAS.pdf 3011 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/98_RAS.pdf 3017 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/118_RAS.pdf 3025 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/53_RAS.pdf 3031 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/223_RAS.pdf 3032 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/233_RAS.pdf 3036 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/241_RAS.pdf 3041 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/127_RAS.pdf 3049 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/99_RAS.pdf 3050 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/30_RAS.pdf 3051 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/20_RAS.pdf 3054 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/52_RAS.pdf 3058 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/119_RAS.pdf 3064 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/144_RAS.pdf 3073 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/240_RAS.pdf 3076 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/126_RAS.pdf 3093 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/162_RAS.pdf 3094 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/29_RAS.pdf 3096 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/590_RAS.pdf 3101 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/331_RAS.pdf 3105 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/186_RAS.pdf 3112 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/16_RAS.pdf 3128 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/169_RAS.pdf 3133 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/22_RAS.pdf 3134 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/32_RAS.pdf 3135 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/124_RAS.pdf 3137 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/242_RAS.pdf 3151 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/146_RAS.pdf 3158 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/92_RAS.pdf 3161 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/592_RAS.pdf 3165 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/49_RAS.pdf 3166 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/264_RAS.pdf 3167 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/274_RAS.pdf 3174 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/14_RAS.pdf 3179 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/239_RAS.pdf 3188 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/7_RAS.pdf 3189 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/184_RAS.pdf 3192 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/593_RAS.pdf 3197 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/93_RAS.pdf 3221 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/15_RAS.pdf 3225 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/185_RAS.pdf 3228 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/332_RAS.pdf 3240 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/33_RAS.pdf 3242 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/168_RAS.pdf 3251 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/125_RAS.pdf 3255 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/243_RAS.pdf 3263 /Users/farukcankaya/Google Drive/AllPapers/6_RAS/147_RAS.pdf 3266 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/304_EAR.pdf 3267 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/314_EAR.pdf 3268 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/551_EAR.pdf 3269 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/429_EAR.pdf 3270 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/541_EAR.pdf 3274 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/41_EAR.pdf 3275 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/490_EAR.pdf 3288 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/382_EAR.pdf 3290 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/608_EAR.pdf 3291 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/770_EAR.pdf 3295 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/135_EAR.pdf 3299 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/406_EAR.pdf 3310 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/298_EAR.pdf 3311 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/288_EAR.pdf 3313 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/583_EAR.pdf 3315 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/171_EAR.pdf 3317 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/724_EAR.pdf 3320 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/93_EAR.pdf 3325 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/275_EAR.pdf 3327 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/430_EAR.pdf 3331 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/746_EAR.pdf 3332 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/103_EAR.pdf 3333 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/113_EAR.pdf 3334 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/697_EAR.pdf 3335 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/687_EAR.pdf 3338 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/48_EAR.pdf 3340 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/515_EAR.pdf 3341 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/505_EAR.pdf 3351 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/67_EAR.pdf 3353 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/77_EAR.pdf 3363 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/725_EAR.pdf 3367 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/216_EAR.pdf 3371 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/453_EAR.pdf 3375 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/686_EAR.pdf 3376 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/696_EAR.pdf 3378 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/49_EAR.pdf 3383 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/431_EAR.pdf 3387 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/112_EAR.pdf 3388 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/102_EAR.pdf 3389 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/747_EAR.pdf 3403 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/768_EAR.pdf 3406 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/576_EAR.pdf 3407 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/333_EAR.pdf 3409 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/76_EAR.pdf 3411 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/66_EAR.pdf 3415 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/50_EAR.pdf 3417 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/40_EAR.pdf 3420 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/428_EAR.pdf 3421 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/550_EAR.pdf 3422 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/315_EAR.pdf 3423 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/305_EAR.pdf 3425 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/636_EAR.pdf 3426 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/644_EAR.pdf 3429 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/179_EAR.pdf 3433 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/532_EAR.pdf 3438 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/761_EAR.pdf 3439 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/619_EAR.pdf 3440 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/771_EAR.pdf 3441 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/609_EAR.pdf 3449 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/299_EAR.pdf 3451 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/348_EAR.pdf 3453 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/358_EAR.pdf 3457 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/713_EAR.pdf 3461 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/684_EAR.pdf 3469 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/423_EAR.pdf 3472 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/80_EAR.pdf 3475 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/539_EAR.pdf 3476 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/204_EAR.pdf 3479 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/172_EAR.pdf 3482 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/39_EAR.pdf 3485 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/29_EAR.pdf 3487 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/321_EAR.pdf 3488 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/249_EAR.pdf 3490 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/574_EAR.pdf 3494 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/186_EAR.pdf 3496 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/398_EAR.pdf 3497 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/388_EAR.pdf 3498 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/64_EAR.pdf 3506 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/718_EAR.pdf 3508 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/516_EAR.pdf 3512 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/448_EAR.pdf 3522 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/589_EAR.pdf 3524 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/30_EAR.pdf 3527 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/42_EAR.pdf 3529 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/52_EAR.pdf 3530 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/634_EAR.pdf 3531 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/624_EAR.pdf 3532 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/119_EAR.pdf 3533 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/109_EAR.pdf 3534 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/307_EAR.pdf 3535 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/317_EAR.pdf 3537 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/542_EAR.pdf 3539 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/154_EAR.pdf 3543 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/679_EAR.pdf 3554 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/763_EAR.pdf 3560 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/598_EAR.pdf 3561 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/588_EAR.pdf 3563 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/374_EAR.pdf 3572 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/657_EAR.pdf 3573 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/108_EAR.pdf 3576 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/635_EAR.pdf 3577 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/543_EAR.pdf 3578 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/553_EAR.pdf 3579 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/316_EAR.pdf 3580 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/306_EAR.pdf 3581 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/53_EAR.pdf 3583 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/43_EAR.pdf 3585 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/678_EAR.pdf 3591 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/233_EAR.pdf 3594 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/476_EAR.pdf 3595 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/390_EAR.pdf 3597 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/404_EAR.pdf 3605 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/762_EAR.pdf 3606 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/772_EAR.pdf 3609 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/744_EAR.pdf 3611 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/422_EAR.pdf 3614 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/267_EAR.pdf 3615 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/685_EAR.pdf 3616 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/695_EAR.pdf 3618 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/28_EAR.pdf 3625 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/440_EAR.pdf 3633 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/197_EAR.pdf 3634 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/187_EAR.pdf 3636 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/4_EAR.pdf 3637 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/65_EAR.pdf 3639 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/399_EAR.pdf 3640 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/565_EAR.pdf 3641 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/575_EAR.pdf 3643 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/248_EAR.pdf 3644 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/320_EAR.pdf 3649 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/719_EAR.pdf 3655 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/517_EAR.pdf 3657 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/283_EAR.pdf 3660 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/70_EAR.pdf 3661 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/1_EAR.pdf 3665 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/606_EAR.pdf 3667 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/408_EAR.pdf 3668 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/560_EAR.pdf 3670 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/325_EAR.pdf 3684 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/427_EAR.pdf 3686 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/272_EAR.pdf 3687 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/104_EAR.pdf 3688 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/114_EAR.pdf 3694 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/680_EAR.pdf 3696 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/584_EAR.pdf 3698 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/723_EAR.pdf 3706 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/455_EAR.pdf 3707 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/94_EAR.pdf 3709 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/226_EAR.pdf 3712 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/463_EAR.pdf 3713 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/715_EAR.pdf 3714 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/705_EAR.pdf 3716 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/150_EAR.pdf 3723 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/132_EAR.pdf 3724 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/767_EAR.pdf 3728 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/401_EAR.pdf 3733 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/652_EAR.pdf 3734 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/642_EAR.pdf 3743 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/303_EAR.pdf 3744 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/313_EAR.pdf 3746 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/748_EAR.pdf 3747 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/620_EAR.pdf 3750 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/699_EAR.pdf 3751 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/46_EAR.pdf 3754 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/487_EAR.pdf 3755 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/462_EAR.pdf 3760 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/141_EAR.pdf 3761 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/704_EAR.pdf 3762 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/714_EAR.pdf 3763 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/766_EAR.pdf 3768 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/400_EAR.pdf 3774 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/68_EAR.pdf 3776 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/78_EAR.pdf 3780 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/535_EAR.pdf 3785 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/35_EAR.pdf 3786 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/25_EAR.pdf 3787 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/698_EAR.pdf 3788 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/688_EAR.pdf 3791 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/496_EAR.pdf 3792 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/47_EAR.pdf 3793 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/312_EAR.pdf 3798 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/621_EAR.pdf 3799 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/749_EAR.pdf 3801 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/607_EAR.pdf 3803 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/334_EAR.pdf 3804 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/324_EAR.pdf 3807 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/409_EAR.pdf 3809 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/0_EAR.pdf 3812 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/193_EAR.pdf 3825 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/681_EAR.pdf 3842 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/95_EAR.pdf 3843 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/454_EAR.pdf 3845 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/211_EAR.pdf 3849 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/585_EAR.pdf 3852 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/402_EAR.pdf 3853 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/247_EAR.pdf 3856 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/131_EAR.pdf 3857 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/764_EAR.pdf 3862 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/18_EAR.pdf 3863 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/716_EAR.pdf 3864 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/706_EAR.pdf 3865 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/143_EAR.pdf 3866 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/153_EAR.pdf 3869 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/470_EAR.pdf 3872 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/518_EAR.pdf 3874 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/45_EAR.pdf 3876 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/55_EAR.pdf 3878 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/623_EAR.pdf 3879 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/555_EAR.pdf 3884 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/310_EAR.pdf 3885 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/362_EAR.pdf 3890 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/651_EAR.pdf 3893 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/27_EAR.pdf 3899 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/667_EAR.pdf 3906 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/573_EAR.pdf 3907 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/563_EAR.pdf 3913 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/605_EAR.pdf 3915 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/191_EAR.pdf 3918 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/2_EAR.pdf 3921 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/456_EAR.pdf 3926 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/648_EAR.pdf 3927 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/720_EAR.pdf 3928 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/658_EAR.pdf 3930 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/175_EAR.pdf 3931 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/597_EAR.pdf 3932 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/587_EAR.pdf 3934 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/683_EAR.pdf 3935 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/107_EAR.pdf 3938 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/742_EAR.pdf 3942 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/319_EAR.pdf 3944 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/309_EAR.pdf 3945 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/666_EAR.pdf 3947 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/500_EAR.pdf 3958 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/3_EAR.pdf 3964 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/572_EAR.pdf 3969 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/586_EAR.pdf 3974 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/457_EAR.pdf 3975 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/212_EAR.pdf 3979 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/659_EAR.pdf 3980 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/721_EAR.pdf 3981 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/649_EAR.pdf 3983 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/743_EAR.pdf 3984 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/753_EAR.pdf 3987 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/308_EAR.pdf 3989 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/318_EAR.pdf 3993 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/682_EAR.pdf 4001 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/403_EAR.pdf 4003 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/765_EAR.pdf 4008 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/707_EAR.pdf 4009 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/717_EAR.pdf 4016 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/19_EAR.pdf 4017 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/622_EAR.pdf 4019 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/311_EAR.pdf 4023 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/544_EAR.pdf 4024 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/554_EAR.pdf 4025 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/54_EAR.pdf 4027 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/44_EAR.pdf 4028 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/495_EAR.pdf 4030 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/26_EAR.pdf 4037 /Users/farukcankaya/Google Drive/AllPapers/14_EAR/650_EAR.pdf 4039 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/268_ABR.pdf 4042 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/300_ABR.pdf 4043 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/55_ABR.pdf 4047 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/372_ABR.pdf 4048 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/362_ABR.pdf 4050 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/386_ABR.pdf 4052 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/198_ABR.pdf 4053 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/131_ABR.pdf 4054 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/121_ABR.pdf 4058 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/412_ABR.pdf 4060 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/470_ABR.pdf 4061 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/235_ABR.pdf 4062 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/225_ABR.pdf 4067 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/165_ABR.pdf 4071 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/87_ABR.pdf 4072 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/213_ABR.pdf 4075 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/309_ABR.pdf 4077 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/319_ABR.pdf 4081 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/107_ABR.pdf 4086 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/295_ABR.pdf 4090 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/63_ABR.pdf 4092 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/181_ABR.pdf 4093 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/128_ABR.pdf 4094 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/138_ABR.pdf 4096 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/164_ABR.pdf 4097 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/174_ABR.pdf 4105 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/425_ABR.pdf 4109 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/270_ABR.pdf 4110 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/106_ABR.pdf 4115 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/345_ABR.pdf 4116 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/355_ABR.pdf 4118 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/139_ABR.pdf 4121 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/337_ABR.pdf 4122 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/62_ABR.pdf 4125 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/180_ABR.pdf 4126 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/190_ABR.pdf 4128 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/54_ABR.pdf 4129 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/301_ABR.pdf 4130 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/279_ABR.pdf 4132 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/269_ABR.pdf 4133 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/363_ABR.pdf 4134 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/373_ABR.pdf 4137 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/120_ABR.pdf 4142 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/256_ABR.pdf 4145 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/199_ABR.pdf 4146 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/189_ABR.pdf 4149 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/234_ABR.pdf 4152 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/142_ABR.pdf 4154 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/114_ABR.pdf 4156 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/272_ABR.pdf 4161 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/445_ABR.pdf 4164 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/368_ABR.pdf 4165 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/210_ABR.pdf 4168 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/176_ABR.pdf 4173 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/408_ABR.pdf 4175 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/182_ABR.pdf 4177 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/1_ABR.pdf 4181 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/286_ABR.pdf 4183 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/159_ABR.pdf 4187 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/209_ABR.pdf 4188 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/361_ABR.pdf 4191 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/24_ABR.pdf 4192 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/56_ABR.pdf 4193 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/46_ABR.pdf 4195 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/303_ABR.pdf 4199 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/473_ABR.pdf 4202 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/254_ABR.pdf 4205 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/411_ABR.pdf 4206 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/132_ABR.pdf 4207 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/122_ABR.pdf 4209 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/385_ABR.pdf 4210 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/69_ABR.pdf 4211 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/79_ABR.pdf 4212 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/8_ABR.pdf 4219 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/302_ABR.pdf 4220 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/312_ABR.pdf 4221 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/47_ABR.pdf 4223 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/141_ABR.pdf 4224 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/151_ABR.pdf 4225 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/227_ABR.pdf 4227 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/472_ABR.pdf 4231 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/68_ABR.pdf 4232 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/384_ABR.pdf 4233 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/394_ABR.pdf 4238 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/123_ABR.pdf 4240 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/105_ABR.pdf 4244 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/263_ABR.pdf 4247 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/379_ABR.pdf 4248 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/211_ABR.pdf 4252 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/444_ABR.pdf 4255 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/177_ABR.pdf 4257 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/193_ABR.pdf 4258 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/61_ABR.pdf 4259 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/0_ABR.pdf 4265 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/158_ABR.pdf 4266 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/148_ABR.pdf 4268 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/356_ABR.pdf 4269 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/287_ABR.pdf 4277 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/196_ABR.pdf 4278 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/186_ABR.pdf 4279 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/249_ABR.pdf 4280 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/331_ABR.pdf 4281 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/259_ABR.pdf 4286 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/282_ABR.pdf 4287 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/16_ABR.pdf 4293 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/100_ABR.pdf 4294 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/29_ABR.pdf 4295 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/39_ABR.pdf 4297 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/162_ABR.pdf 4298 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/214_ABR.pdf 4299 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/204_ABR.pdf 4300 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/441_ABR.pdf 4303 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/80_ABR.pdf 4304 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/232_ABR.pdf 4311 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/136_ABR.pdf 4318 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/338_ABR.pdf 4319 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/30_ABR.pdf 4321 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/375_ABR.pdf 4322 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/365_ABR.pdf 4326 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/99_ABR.pdf 4327 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/317_ABR.pdf 4328 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/307_ABR.pdf 4330 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/119_ABR.pdf 4331 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/52_ABR.pdf 4335 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/233_ABR.pdf 4337 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/155_ABR.pdf 4338 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/127_ABR.pdf 4340 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/339_ABR.pdf 4343 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/251_ABR.pdf 4348 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/98_ABR.pdf 4350 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/88_ABR.pdf 4353 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/374_ABR.pdf 4354 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/21_ABR.pdf 4355 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/31_ABR.pdf 4357 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/53_ABR.pdf 4360 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/118_ABR.pdf 4361 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/108_ABR.pdf 4362 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/320_ABR.pdf 4364 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/330_ABR.pdf 4365 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/248_ABR.pdf 4369 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/75_ABR.pdf 4371 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/187_ABR.pdf 4372 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/197_ABR.pdf 4373 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/17_ABR.pdf 4374 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/283_ABR.pdf 4378 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/267_ABR.pdf 4379 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/277_ABR.pdf 4383 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/111_ABR.pdf 4385 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/173_ABR.pdf 4388 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/91_ABR.pdf 4391 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/215_ABR.pdf 4392 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/38_ABR.pdf 4396 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/253_ABR.pdf 4398 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/135_ABR.pdf 4401 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/382_ABR.pdf 4402 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/288_ABR.pdf 4404 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/157_ABR.pdf 4405 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/147_ABR.pdf 4407 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/231_ABR.pdf 4413 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/41_ABR.pdf 4418 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/376_ABR.pdf 4420 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/168_ABR.pdf 4422 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/33_ABR.pdf 4425 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/281_ABR.pdf 4426 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/15_ABR.pdf 4428 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/228_ABR.pdf 4429 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/340_ABR.pdf 4430 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/238_ABR.pdf 4433 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/195_ABR.pdf 4434 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/185_ABR.pdf 4437 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/67_ABR.pdf 4440 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/93_ABR.pdf 4442 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/83_ABR.pdf 4444 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/171_ABR.pdf 4446 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/48_ABR.pdf 4447 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/58_ABR.pdf 4452 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/275_ABR.pdf 4455 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/341_ABR.pdf 4456 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/229_ABR.pdf 4458 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/14_ABR.pdf 4459 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/280_ABR.pdf 4461 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/184_ABR.pdf 4462 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/194_ABR.pdf 4465 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/7_ABR.pdf 4471 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/92_ABR.pdf 4482 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/59_ABR.pdf 4484 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/383_ABR.pdf 4487 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/252_ABR.pdf 4490 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/124_ABR.pdf 4491 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/134_ABR.pdf 4492 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/146_ABR.pdf 4493 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/156_ABR.pdf 4497 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/230_ABR.pdf 4502 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/315_ABR.pdf 4505 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/40_ABR.pdf 4507 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/22_ABR.pdf 4508 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/32_ABR.pdf 4509 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/367_ABR.pdf 4510 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/377_ABR.pdf 4511 /Users/farukcankaya/Google Drive/AllPapers/16_ABR/179_ABR.pdf 4535 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/991_CAR.pdf 4558 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/351_CAR.pdf 4572 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/998_CAR.pdf 4611 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/999_CAR.pdf 4613 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/989_CAR.pdf 4616 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/376_CAR.pdf 4679 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/990_CAR.pdf 4708 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/340_CAR.pdf 4732 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/374_CAR.pdf 4762 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/215_CAR.pdf 4763 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/992_CAR.pdf 4816 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/983_CAR.pdf 4818 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/993_CAR.pdf 4835 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/353_CAR.pdf 4874 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/375_CAR.pdf 4902 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/1001_CAR.pdf 4946 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/370_CAR.pdf 4979 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/996_CAR.pdf 4981 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/986_CAR.pdf 4982 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/211_CAR.pdf 5013 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/335_CAR.pdf 5022 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/987_CAR.pdf 5024 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/997_CAR.pdf 5058 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/1000_CAR.pdf 5087 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/219_CAR.pdf 5088 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/371_CAR.pdf 5095 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/337_CAR.pdf 5138 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/995_CAR.pdf 5164 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/373_CAR.pdf 5221 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/372_CAR.pdf 5280 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/984_CAR.pdf 5282 /Users/farukcankaya/Google Drive/AllPapers/5_CAR/994_CAR.pdf 5287 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/392_TAX.pdf 5289 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/253_TAX.pdf 5293 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/135_TAX.pdf 5298 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/359_TAX.pdf 5305 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/314_TAX.pdf 5316 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/168_TAX.pdf 5324 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/185_TAX.pdf 5331 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/83_TAX.pdf 5339 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/103_TAX.pdf 5357 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/184_TAX.pdf 5362 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/206_TAX.pdf 5368 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/160_TAX.pdf 5372 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/102_TAX.pdf 5376 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/264_TAX.pdf 5380 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/134_TAX.pdf 5401 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/377_TAX.pdf 5404 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/179_TAX.pdf 5433 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/441_TAX.pdf 5443 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/144_TAX.pdf 5445 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/126_TAX.pdf 5446 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/136_TAX.pdf 5468 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/119_TAX.pdf 5475 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/145_TAX.pdf 5476 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/390_TAX.pdf 5478 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/137_TAX.pdf 5484 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/339_TAX.pdf 5486 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/31_TAX.pdf 5492 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/98_TAX.pdf 5497 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/118_TAX.pdf 5505 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/399_TAX.pdf 5506 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/197_TAX.pdf 5522 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/101_TAX.pdf 5524 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/38_TAX.pdf 5525 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/173_TAX.pdf 5526 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/163_TAX.pdf 5531 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/81_TAX.pdf 5533 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/104_TAX.pdf 5545 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/94_TAX.pdf 5557 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/335_TAX.pdf 5559 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/149_TAX.pdf 5561 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/357_TAX.pdf 5564 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/12_TAX.pdf 5566 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/34_TAX.pdf 5587 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/401_TAX.pdf 5599 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/47_TAX.pdf 5600 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/312_TAX.pdf 5603 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/141_TAX.pdf 5610 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/400_TAX.pdf 5615 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/384_TAX.pdf 5618 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/9_TAX.pdf 5619 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/115_TAX.pdf 5620 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/105_TAX.pdf 5626 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/95_TAX.pdf 5631 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/201_TAX.pdf 5633 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/177_TAX.pdf 5639 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/193_TAX.pdf 5656 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/310_TAX.pdf 5658 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/372_TAX.pdf 5671 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/18_TAX.pdf 5672 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/225_TAX.pdf 5679 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/175_TAX.pdf 5685 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/97_TAX.pdf 5693 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/117_TAX.pdf 5694 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/285_TAX.pdf 5696 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/11_TAX.pdf 5701 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/138_TAX.pdf 5709 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/191_TAX.pdf 5710 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/174_TAX.pdf 5712 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/96_TAX.pdf 5716 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/212_TAX.pdf 5724 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/116_TAX.pdf 5737 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/180_TAX.pdf 5747 /Users/farukcankaya/Google Drive/AllPapers/20_TAX/44_TAX.pdf 5772 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/991_BFA.pdf 5774 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/981_BFA.pdf 5777 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/443_BFA.pdf 5778 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/92_BFA.pdf 5780 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/82_BFA.pdf 5781 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/582_BFA.pdf 5785 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/840_BFA.pdf 5791 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/498_BFA.pdf 5807 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/907_BFA.pdf 5813 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/239_BFA.pdf 5817 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/662_BFA.pdf 5818 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/672_BFA.pdf 5820 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/600_BFA.pdf 5827 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/76_BFA.pdf 5831 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/975_BFA.pdf 5832 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/184_BFA.pdf 5833 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/965_BFA.pdf 5834 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/953_BFA.pdf 5843 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/550_BFA.pdf 5852 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/988_BFA.pdf 5854 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/998_BFA.pdf 5862 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/795_BFA.pdf 5865 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/859_BFA.pdf 5869 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/619_BFA.pdf 5871 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/609_BFA.pdf 5873 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/417_BFA.pdf 5877 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/1006_BFA.pdf 5879 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/383_BFA.pdf 5881 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/804_BFA.pdf 5891 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/475_BFA.pdf 5893 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/713_BFA.pdf 5905 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/893_BFA.pdf 5907 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/952_BFA.pdf 5918 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/794_BFA.pdf 5920 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/999_BFA.pdf 5922 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/989_BFA.pdf 5933 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/805_BFA.pdf 5935 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/608_BFA.pdf 5937 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/618_BFA.pdf 5942 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/416_BFA.pdf 5944 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/474_BFA.pdf 5953 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/867_BFA.pdf 5957 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/593_BFA.pdf 5958 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/583_BFA.pdf 5960 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/841_BFA.pdf 5963 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/980_BFA.pdf 5965 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/990_BFA.pdf 5968 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/724_BFA.pdf 5977 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/548_BFA.pdf 5999 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/673_BFA.pdf 6000 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/663_BFA.pdf 6001 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/906_BFA.pdf 6009 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/964_BFA.pdf 6011 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/974_BFA.pdf 6013 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/611_BFA.pdf 6014 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/769_BFA.pdf 6015 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/601_BFA.pdf 6022 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/796_BFA.pdf 6031 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/88_BFA.pdf 6038 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/657_BFA.pdf 6042 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/881_BFA.pdf 6051 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/43_BFA.pdf 6052 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/492_BFA.pdf 6053 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/950_BFA.pdf 6059 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/668_BFA.pdf 6065 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/476_BFA.pdf 6069 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/807_BFA.pdf 6071 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/1005_BFA.pdf 6080 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/137_BFA.pdf 6085 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/898_BFA.pdf 6111 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/528_BFA.pdf 6114 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/736_BFA.pdf 6115 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/992_BFA.pdf 6117 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/982_BFA.pdf 6119 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/976_BFA.pdf 6121 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/966_BFA.pdf 6124 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/4_BFA.pdf 6128 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/565_BFA.pdf 6132 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/320_BFA.pdf 6134 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/603_BFA.pdf 6135 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/613_BFA.pdf 6136 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/661_BFA.pdf 6137 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/719_BFA.pdf 6138 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/671_BFA.pdf 6140 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/342_BFA.pdf 6147 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/904_BFA.pdf 6151 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/958_BFA.pdf 6156 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/899_BFA.pdf 6173 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/983_BFA.pdf 6175 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/993_BFA.pdf 6176 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/737_BFA.pdf 6189 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/564_BFA.pdf 6190 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/612_BFA.pdf 6191 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/602_BFA.pdf 6193 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/967_BFA.pdf 6195 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/977_BFA.pdf 6200 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/74_BFA.pdf 6204 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/905_BFA.pdf 6206 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/670_BFA.pdf 6207 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/718_BFA.pdf 6208 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/660_BFA.pdf 6211 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/343_BFA.pdf 6221 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/656_BFA.pdf 6225 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/797_BFA.pdf 6235 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/839_BFA.pdf 6238 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/951_BFA.pdf 6240 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/624_BFA.pdf 6252 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/154_BFA.pdf 6253 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/669_BFA.pdf 6255 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/679_BFA.pdf 6260 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/240_BFA.pdf 6264 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/415_BFA.pdf 6270 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/806_BFA.pdf 6274 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/1004_BFA.pdf 6277 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/909_BFA.pdf 6278 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/861_BFA.pdf 6281 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/472_BFA.pdf 6287 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/714_BFA.pdf 6290 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/133_BFA.pdf 6304 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/1001_BFA.pdf 6306 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/803_BFA.pdf 6308 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/653_BFA.pdf 6323 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/954_BFA.pdf 6324 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/944_BFA.pdf 6329 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/312_BFA.pdf 6331 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/547_BFA.pdf 6333 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/621_BFA.pdf 6336 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/895_BFA.pdf 6338 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/607_BFA.pdf 6339 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/617_BFA.pdf 6345 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/571_BFA.pdf 6352 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/972_BFA.pdf 6354 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/962_BFA.pdf 6358 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/900_BFA.pdf 6368 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/665_BFA.pdf 6369 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/675_BFA.pdf 6385 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/996_BFA.pdf 6387 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/986_BFA.pdf 6388 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/722_BFA.pdf 6394 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/211_BFA.pdf 6401 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/847_BFA.pdf 6404 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/70_BFA.pdf 6407 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/963_BFA.pdf 6409 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/973_BFA.pdf 6412 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/606_BFA.pdf 6413 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/570_BFA.pdf 6415 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/560_BFA.pdf 6423 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/674_BFA.pdf 6424 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/664_BFA.pdf 6427 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/901_BFA.pdf 6448 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/594_BFA.pdf 6450 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/846_BFA.pdf 6453 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/723_BFA.pdf 6454 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/987_BFA.pdf 6456 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/997_BFA.pdf 6470 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/715_BFA.pdf 6473 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/150_BFA.pdf 6476 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/908_BFA.pdf 6480 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/1000_BFA.pdf 6484 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/395_BFA.pdf 6485 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/802_BFA.pdf 6500 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/783_BFA.pdf 6503 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/652_BFA.pdf 6506 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/219_BFA.pdf 6512 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/546_BFA.pdf 6516 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/894_BFA.pdf 6519 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/620_BFA.pdf 6521 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/945_BFA.pdf 6522 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/955_BFA.pdf 6526 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/497_BFA.pdf 6530 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/676_BFA.pdf 6538 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/294_BFA.pdf 6541 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/903_BFA.pdf 6542 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/971_BFA.pdf 6545 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/961_BFA.pdf 6554 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/572_BFA.pdf 6555 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/604_BFA.pdf 6556 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/614_BFA.pdf 6558 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/139_BFA.pdf 6560 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/844_BFA.pdf 6561 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/798_BFA.pdf 6567 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/86_BFA.pdf 6569 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/212_BFA.pdf 6571 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/995_BFA.pdf 6573 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/985_BFA.pdf 6575 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/659_BFA.pdf 6576 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/721_BFA.pdf 6591 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/836_BFA.pdf 6596 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/978_BFA.pdf 6597 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/800_BFA.pdf 6602 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/1002_BFA.pdf 6611 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/152_BFA.pdf 6613 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/717_BFA.pdf 6617 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/471_BFA.pdf 6623 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/622_BFA.pdf 6625 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/896_BFA.pdf 6627 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/311_BFA.pdf 6637 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/957_BFA.pdf 6638 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/947_BFA.pdf 6639 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/935_BFA.pdf 6648 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/363_BFA.pdf 6651 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/650_BFA.pdf 6661 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/801_BFA.pdf 6663 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/979_BFA.pdf 6667 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/1003_BFA.pdf 6670 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/396_BFA.pdf 6672 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/863_BFA.pdf 6673 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/873_BFA.pdf 6674 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/716_BFA.pdf 6687 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/946_BFA.pdf 6688 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/956_BFA.pdf 6690 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/897_BFA.pdf 6692 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/623_BFA.pdf 6694 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/545_BFA.pdf 6695 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/278_BFA.pdf 6699 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/362_BFA.pdf 6704 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/651_BFA.pdf 6716 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/902_BFA.pdf 6718 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/677_BFA.pdf 6719 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/667_BFA.pdf 6720 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/344_BFA.pdf 6726 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/573_BFA.pdf 6727 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/563_BFA.pdf 6732 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/615_BFA.pdf 6733 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/605_BFA.pdf 6736 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/960_BFA.pdf 6737 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/808_BFA.pdf 6748 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/97_BFA.pdf 6751 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/720_BFA.pdf 6752 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/658_BFA.pdf 6754 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/984_BFA.pdf 6756 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/994_BFA.pdf 6758 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/799_BFA.pdf 6773 /Users/farukcankaya/Google Drive/AllPapers/15_BFA/261_BFA.pdf 6806 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/319_TAR.pdf 6808 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/309_TAR.pdf 6809 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/434_TAR.pdf 6810 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/424_TAR.pdf 6832 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/615_TAR.pdf 6833 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/605_TAR.pdf 6837 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/336_TAR.pdf 6839 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/563_TAR.pdf 6841 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/2_TAR.pdf 6846 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/191_TAR.pdf 6860 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/555_TAR.pdf 6862 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/545_TAR.pdf 6864 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/623_TAR.pdf 6873 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/362_TAR.pdf 6874 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/372_TAR.pdf 6892 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1003_TAR.pdf 6898 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/188_TAR.pdf 6927 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/622_TAR.pdf 6946 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/373_TAR.pdf 6950 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1012_TAR.pdf 6951 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1002_TAR.pdf 6953 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/387_TAR.pdf 6956 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/189_TAR.pdf 6997 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/995_TAR.pdf 7007 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/425_TAR.pdf 7009 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/308_TAR.pdf 7033 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/294_TAR.pdf 7044 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/190_TAR.pdf 7048 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/180_TAR.pdf 7051 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/604_TAR.pdf 7052 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/614_TAR.pdf 7053 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/562_TAR.pdf 7066 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/361_TAR.pdf 7074 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/620_TAR.pdf 7081 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/556_TAR.pdf 7108 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/385_TAR.pdf 7110 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1000_TAR.pdf 7114 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1010_TAR.pdf 7134 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/427_TAR.pdf 7157 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/997_TAR.pdf 7162 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/182_TAR.pdf 7164 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/192_TAR.pdf 7171 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/335_TAR.pdf 7174 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/560_TAR.pdf 7175 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/418_TAR.pdf 7176 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/616_TAR.pdf 7177 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/606_TAR.pdf 7208 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/436_TAR.pdf 7212 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/369_TAR.pdf 7214 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/379_TAR.pdf 7222 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/996_TAR.pdf 7232 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/561_TAR.pdf 7237 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/607_TAR.pdf 7238 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/617_TAR.pdf 7241 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/183_TAR.pdf 7243 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1008_TAR.pdf 7248 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/297_TAR.pdf 7291 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/621_TAR.pdf 7296 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/557_TAR.pdf 7298 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/312_TAR.pdf 7328 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1001_TAR.pdf 7331 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/394_TAR.pdf 7357 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1004_TAR.pdf 7358 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1014_TAR.pdf 7366 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/375_TAR.pdf 7384 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/933_TAR.pdf 7397 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/307_TAR.pdf 7398 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/317_TAR.pdf 7405 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/612_TAR.pdf 7406 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/602_TAR.pdf 7417 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/388_TAR.pdf 7418 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/186_TAR.pdf 7429 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/343_TAR.pdf 7445 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/433_TAR.pdf 7446 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/423_TAR.pdf 7478 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/389_TAR.pdf 7486 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/187_TAR.pdf 7487 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/603_TAR.pdf 7488 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/613_TAR.pdf 7510 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/277_TAR.pdf 7568 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1005_TAR.pdf 7602 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/364_TAR.pdf 7608 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/553_TAR.pdf 7631 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/281_TAR.pdf 7639 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/185_TAR.pdf 7649 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/611_TAR.pdf 7677 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/548_TAR.pdf 7680 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/558_TAR.pdf 7697 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1007_TAR.pdf 7698 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1017_TAR.pdf 7700 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/392_TAR.pdf 7701 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/416_TAR.pdf 7707 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/608_TAR.pdf 7709 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/618_TAR.pdf 7717 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/349_TAR.pdf 7726 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/877_TAR.pdf 7731 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/551_TAR.pdf 7738 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/314_TAR.pdf 7743 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1028_TAR.pdf 7750 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/858_TAR.pdf 7763 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/999_TAR.pdf 7770 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/417_TAR.pdf 7772 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/619_TAR.pdf 7774 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/609_TAR.pdf 7779 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/393_TAR.pdf 7780 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/383_TAR.pdf 7782 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/1006_TAR.pdf 7787 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/876_TAR.pdf 7798 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/358_TAR.pdf 7810 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/882_TAR.pdf 7812 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/305_TAR.pdf 7816 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/428_TAR.pdf 7818 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/550_TAR.pdf 7821 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/377_TAR.pdf 7822 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/367_TAR.pdf 7826 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/998_TAR.pdf 7860 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/610_TAR.pdf 7863 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/184_TAR.pdf 7904 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/421_TAR.pdf 7906 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/559_TAR.pdf 7910 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/23_JPT.pdf 7912 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/178_JPT.pdf 7913 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/168_JPT.pdf 7916 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/533_JPT.pdf 7918 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/551_JPT.pdf 7923 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/490_JPT.pdf 7927 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/221_JPT.pdf 7930 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/349_JPT.pdf 7931 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/464_JPT.pdf 7932 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/147_JPT.pdf 7937 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/125_JPT.pdf 7940 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/406_JPT.pdf 7944 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/548_JPT.pdf 7951 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/489_JPT.pdf 7952 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/58_JPT.pdf 7953 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/499_JPT.pdf 7955 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/593_JPT.pdf 7964 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/67_JPT.pdf 7965 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/6_JPT.pdf 7966 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/77_JPT.pdf 7969 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/601_JPT.pdf 7970 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/577_JPT.pdf 7971 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/567_JPT.pdf 7973 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/332_JPT.pdf 7975 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/340_JPT.pdf 7977 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/350_JPT.pdf 7978 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/505_JPT.pdf 7980 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/291_JPT.pdf 7983 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/498_JPT.pdf 7985 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/488_JPT.pdf 7987 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/264_JPT.pdf 7990 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/549_JPT.pdf 7992 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/112_JPT.pdf 8002 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/582_JPT.pdf 8003 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/592_JPT.pdf 8004 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/600_JPT.pdf 8005 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/333_JPT.pdf 8007 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/566_JPT.pdf 8008 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/576_JPT.pdf 8009 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/76_JPT.pdf 8010 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/7_JPT.pdf 8012 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/194_JPT.pdf 8013 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/184_JPT.pdf 8016 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/280_JPT.pdf 8017 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/504_JPT.pdf 8019 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/351_JPT.pdf 8022 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/239_JPT.pdf 8023 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/169_JPT.pdf 8024 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/179_JPT.pdf 8033 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/491_JPT.pdf 8035 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/305_JPT.pdf 8038 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/550_JPT.pdf 8039 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/428_JPT.pdf 8042 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/465_JPT.pdf 8043 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/348_JPT.pdf 8046 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/220_JPT.pdf 8047 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/156_JPT.pdf 8048 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/146_JPT.pdf 8057 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/204_JPT.pdf 8058 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/214_JPT.pdf 8064 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/441_JPT.pdf 8068 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/590_JPT.pdf 8069 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/580_JPT.pdf 8071 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/100_JPT.pdf 8075 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/266_JPT.pdf 8082 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/506_JPT.pdf 8083 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/574_JPT.pdf 8084 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/564_JPT.pdf 8086 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/331_JPT.pdf 8087 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/249_JPT.pdf 8090 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/64_JPT.pdf 8091 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/5_JPT.pdf 8100 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/109_JPT.pdf 8101 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/552_JPT.pdf 8105 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/365_JPT.pdf 8110 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/89_JPT.pdf 8115 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/599_JPT.pdf 8116 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/415_JPT.pdf 8119 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/240_JPT.pdf 8122 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/126_JPT.pdf 8125 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/391_JPT.pdf 8126 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/144_JPT.pdf 8128 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/222_JPT.pdf 8130 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/467_JPT.pdf 8138 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/492_JPT.pdf 8139 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/43_JPT.pdf 8141 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/598_JPT.pdf 8146 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/98_JPT.pdf 8148 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/374_JPT.pdf 8149 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/364_JPT.pdf 8150 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/390_JPT.pdf 8154 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/241_JPT.pdf 8158 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/137_JPT.pdf 8161 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/145_JPT.pdf 8162 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/466_JPT.pdf 8164 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/223_JPT.pdf 8165 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/581_JPT.pdf 8167 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/38_JPT.pdf 8168 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/591_JPT.pdf 8169 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/440_JPT.pdf 8173 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/528_JPT.pdf 8182 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/267_JPT.pdf 8185 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/507_JPT.pdf 8193 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/389_JPT.pdf 8201 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/565_JPT.pdf 8202 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/575_JPT.pdf 8205 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/502_JPT.pdf 8206 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/347_JPT.pdf 8208 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/159_JPT.pdf 8209 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/149_JPT.pdf 8210 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/12_JPT.pdf 8215 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/1_JPT.pdf 8216 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/182_JPT.pdf 8217 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/192_JPT.pdf 8221 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/570_JPT.pdf 8223 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/560_JPT.pdf 8224 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/594_JPT.pdf 8228 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/455_JPT.pdf 8232 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/200_JPT.pdf 8239 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/427_JPT.pdf 8242 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/385_JPT.pdf 8245 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/8_JPT.pdf 8252 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/569_JPT.pdf 8254 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/579_JPT.pdf 8255 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/463_JPT.pdf 8260 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/303_JPT.pdf 8263 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/497_JPT.pdf 8265 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/487_JPT.pdf 8266 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/56_JPT.pdf 8268 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/34_JPT.pdf 8269 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/534_JPT.pdf 8270 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/219_JPT.pdf 8273 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/371_JPT.pdf 8276 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/578_JPT.pdf 8278 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/568_JPT.pdf 8283 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/9_JPT.pdf 8284 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/78_JPT.pdf 8289 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/462_JPT.pdf 8293 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/486_JPT.pdf 8296 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/547_JPT.pdf 8298 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/312_JPT.pdf 8299 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/302_JPT.pdf 8300 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/370_JPT.pdf 8303 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/218_JPT.pdf 8304 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/535_JPT.pdf 8308 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/287_JPT.pdf 8311 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/346_JPT.pdf 8312 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/503_JPT.pdf 8316 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/561_JPT.pdf 8318 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/571_JPT.pdf 8319 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/409_JPT.pdf 8322 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/0_JPT.pdf 8325 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/193_JPT.pdf 8326 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/183_JPT.pdf 8327 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/177_JPT.pdf 8330 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/211_JPT.pdf 8337 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/585_JPT.pdf 8341 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/273_JPT.pdf 8342 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/263_JPT.pdf 8346 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/143_JPT.pdf 8348 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/508_JPT.pdf 8350 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/225_JPT.pdf 8357 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/131_JPT.pdf 8359 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/188_JPT.pdf 8360 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/386_JPT.pdf 8362 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/537_JPT.pdf 8363 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/362_JPT.pdf 8364 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/372_JPT.pdf 8371 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/278_JPT.pdf 8372 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/310_JPT.pdf 8373 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/268_JPT.pdf 8375 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/545_JPT.pdf 8378 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/573_JPT.pdf 8379 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/563_JPT.pdf 8380 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/138_JPT.pdf 8382 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/181_JPT.pdf 8383 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/191_JPT.pdf 8384 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/63_JPT.pdf 8386 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/2_JPT.pdf 8387 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/11_JPT.pdf 8390 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/511_JPT.pdf 8391 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/469_JPT.pdf 8392 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/501_JPT.pdf 8394 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/354_JPT.pdf 8398 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/261_JPT.pdf 8400 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/271_JPT.pdf 8405 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/97_JPT.pdf 8406 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/446_JPT.pdf 8407 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/203_JPT.pdf 8412 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/190_JPT.pdf 8413 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/180_JPT.pdf 8414 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/3_JPT.pdf 8417 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/562_JPT.pdf 8418 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/572_JPT.pdf 8421 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/129_JPT.pdf 8422 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/139_JPT.pdf 8423 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/355_JPT.pdf 8424 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/345_JPT.pdf 8426 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/468_JPT.pdf 8427 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/510_JPT.pdf 8430 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/10_JPT.pdf 8434 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/435_JPT.pdf 8442 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/202_JPT.pdf 8445 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/457_JPT.pdf 8447 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/174_JPT.pdf 8448 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/164_JPT.pdf 8452 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/224_JPT.pdf 8454 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/509_JPT.pdf 8456 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/189_JPT.pdf 8457 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/199_JPT.pdf 8464 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/130_JPT.pdf 8466 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/36_JPT.pdf 8468 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/373_JPT.pdf 8469 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/363_JPT.pdf 8473 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/269_JPT.pdf 8474 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/311_JPT.pdf 8476 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/301_JPT.pdf 8477 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/485_JPT.pdf 8480 /Users/farukcankaya/Google Drive/AllPapers/10_JPT/44_JPT.pdf 8483 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/252_CAP.pdf 8484 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/242_CAP.pdf 8485 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/134_CAP.pdf 8486 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/124_CAP.pdf 8488 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/761_CAP.pdf 8489 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/609_CAP.pdf 8490 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/771_CAP.pdf 8495 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1016_CAP.pdf 8496 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1006_CAP.pdf 8499 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/289_CAP.pdf 8500 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/299_CAP.pdf 8501 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1074_CAP.pdf 8506 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/713_CAP.pdf 8509 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/348_CAP.pdf 8510 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/230_CAP.pdf 8512 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/220_CAP.pdf 8523 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/953_CAP.pdf 8524 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/943_CAP.pdf 8528 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/882_CAP.pdf 8532 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/540_CAP.pdf 8533 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/438_CAP.pdf 8535 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/550_CAP.pdf 8536 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/428_CAP.pdf 8537 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/315_CAP.pdf 8539 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/377_CAP.pdf 8540 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/367_CAP.pdf 8543 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/644_CAP.pdf 8544 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/654_CAP.pdf 8546 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/169_CAP.pdf 8548 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/179_CAP.pdf 8552 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/931_CAP.pdf 8553 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/849_CAP.pdf 8555 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/859_CAP.pdf 8556 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/32_CAP.pdf 8557 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1133_CAP.pdf 8559 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1123_CAP.pdf 8560 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/290_CAP.pdf 8561 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/280_CAP.pdf 8566 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/907_CAP.pdf 8569 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/351_CAP.pdf 8575 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/566_CAP.pdf 8576 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/576_CAP.pdf 8578 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/323_CAP.pdf 8579 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/600_CAP.pdf 8581 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/610_CAP.pdf 8583 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/975_CAP.pdf 8586 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/184_CAP.pdf 8589 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/7_CAP.pdf 8590 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/76_CAP.pdf 8592 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/66_CAP.pdf 8593 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1167_CAP.pdf 8594 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/216_CAP.pdf 8596 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/92_CAP.pdf 8597 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/443_CAP.pdf 8598 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1193_CAP.pdf 8604 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/991_CAP.pdf 8607 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/160_CAP.pdf 8608 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/928_CAP.pdf 8609 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/850_CAP.pdf 8612 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/582_CAP.pdf 8613 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1052_CAP.pdf 8614 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/592_CAP.pdf 8615 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1042_CAP.pdf 8620 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1020_CAP.pdf 8623 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/488_CAP.pdf 8625 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/822_CAP.pdf 8626 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/686_CAP.pdf 8627 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/696_CAP.pdf 8634 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/421_CAP.pdf 8636 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/549_CAP.pdf 8637 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/431_CAP.pdf 8638 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/274_CAP.pdf 8642 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/515_CAP.pdf 8644 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/238_CAP.pdf 8645 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/340_CAP.pdf 8647 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/350_CAP.pdf 8648 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1104_CAP.pdf 8650 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/15_CAP.pdf 8652 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/291_CAP.pdf 8653 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/906_CAP.pdf 8654 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/916_CAP.pdf 8657 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/185_CAP.pdf 8659 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/195_CAP.pdf 8664 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/77_CAP.pdf 8665 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/6_CAP.pdf 8666 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/322_CAP.pdf 8667 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/332_CAP.pdf 8669 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/567_CAP.pdf 8676 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/851_CAP.pdf 8677 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/929_CAP.pdf 8678 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1043_CAP.pdf 8679 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/593_CAP.pdf 8680 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1053_CAP.pdf 8681 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/583_CAP.pdf 8682 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1182_CAP.pdf 8683 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/452_CAP.pdf 8684 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/83_CAP.pdf 8686 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/442_CAP.pdf 8687 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/93_CAP.pdf 8688 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/207_CAP.pdf 8692 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/171_CAP.pdf 8693 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/990_CAP.pdf 8697 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/746_CAP.pdf 8698 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/103_CAP.pdf 8699 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/113_CAP.pdf 8703 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/548_CAP.pdf 8705 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/420_CAP.pdf 8706 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/558_CAP.pdf 8711 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/58_CAP.pdf 8712 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/499_CAP.pdf 8716 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/697_CAP.pdf 8717 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/687_CAP.pdf 8718 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/823_CAP.pdf 8726 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1007_CAP.pdf 8727 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1017_CAP.pdf 8728 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/253_CAP.pdf 8732 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/608_CAP.pdf 8733 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/760_CAP.pdf 8734 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/618_CAP.pdf 8737 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/147_CAP.pdf 8741 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/474_CAP.pdf 8743 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/221_CAP.pdf 8745 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/231_CAP.pdf 8746 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/349_CAP.pdf 8747 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1065_CAP.pdf 8748 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1075_CAP.pdf 8749 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/298_CAP.pdf 8750 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/288_CAP.pdf 8755 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/883_CAP.pdf 8757 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/304_CAP.pdf 8758 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/314_CAP.pdf 8761 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1081_CAP.pdf 8762 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/439_CAP.pdf 8764 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1091_CAP.pdf 8765 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/490_CAP.pdf 8767 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/41_CAP.pdf 8769 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/480_CAP.pdf 8775 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/942_CAP.pdf 8776 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/952_CAP.pdf 8777 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/858_CAP.pdf 8779 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/848_CAP.pdf 8784 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/23_CAP.pdf 8787 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/533_CAP.pdf 8788 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/523_CAP.pdf 8789 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/366_CAP.pdf 8795 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/655_CAP.pdf 8796 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/645_CAP.pdf 8799 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/75_CAP.pdf 8802 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/389_CAP.pdf 8806 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/187_CAP.pdf 8807 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/966_CAP.pdf 8813 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/248_CAP.pdf 8817 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/352_CAP.pdf 8819 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/507_CAP.pdf 8820 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/517_CAP.pdf 8826 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/904_CAP.pdf 8828 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/283_CAP.pdf 8830 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/17_CAP.pdf 8834 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/277_CAP.pdf 8839 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/101_CAP.pdf 8844 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/821_CAP.pdf 8845 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/959_CAP.pdf 8846 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/685_CAP.pdf 8848 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1033_CAP.pdf 8851 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/28_CAP.pdf 8855 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/591_CAP.pdf 8856 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1041_CAP.pdf 8862 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/173_CAP.pdf 8863 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/992_CAP.pdf 8865 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/982_CAP.pdf 8868 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/440_CAP.pdf 8871 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/91_CAP.pdf 8874 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/81_CAP.pdf 8878 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/466_CAP.pdf 8879 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/476_CAP.pdf 8883 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/668_CAP.pdf 8885 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/145_CAP.pdf 8886 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/875_CAP.pdf 8891 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1005_CAP.pdf 8894 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/817_CAP.pdf 8896 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/137_CAP.pdf 8898 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/762_CAP.pdf 8899 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/772_CAP.pdf 8900 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/404_CAP.pdf 8901 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/414_CAP.pdf 8903 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/329_CAP.pdf 8904 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/241_CAP.pdf 8911 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/21_CAP.pdf 8920 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/657_CAP.pdf 8923 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/459_CAP.pdf 8926 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/521_CAP.pdf 8929 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/531_CAP.pdf 8931 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1093_CAP.pdf 8935 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/316_CAP.pdf 8943 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/828_CAP.pdf 8945 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/838_CAP.pdf 8950 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/482_CAP.pdf 8952 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1142_CAP.pdf 8953 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/492_CAP.pdf 8954 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/43_CAP.pdf 8956 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/874_CAP.pdf 8957 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1076_CAP.pdf 8960 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/222_CAP.pdf 8961 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/232_CAP.pdf 8963 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/154_CAP.pdf 8968 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/773_CAP.pdf 8969 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/763_CAP.pdf 8973 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/240_CAP.pdf 8974 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/328_CAP.pdf 8975 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/250_CAP.pdf 8979 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/391_CAP.pdf 8980 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1004_CAP.pdf 8981 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1014_CAP.pdf 8982 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/806_CAP.pdf 8983 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/816_CAP.pdf 8984 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/656_CAP.pdf 8985 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/646_CAP.pdf 8987 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/99_CAP.pdf 8988 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1198_CAP.pdf 8993 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/458_CAP.pdf 8994 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/365_CAP.pdf 8995 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/375_CAP.pdf 8996 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/20_CAP.pdf 8998 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/589_CAP.pdf 8999 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1121_CAP.pdf 9001 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/599_CAP.pdf 9002 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/30_CAP.pdf 9004 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/923_CAP.pdf 9011 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/941_CAP.pdf 9012 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/839_CAP.pdf 9017 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1143_CAP.pdf 9018 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/52_CAP.pdf 9021 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/307_CAP.pdf 9023 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1082_CAP.pdf 9024 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/542_CAP.pdf 9025 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1092_CAP.pdf 9027 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/624_CAP.pdf 9034 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/321_CAP.pdf 9035 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/259_CAP.pdf 9039 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/564_CAP.pdf 9041 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/388_CAP.pdf 9042 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/64_CAP.pdf 9043 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1165_CAP.pdf 9047 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1203_CAP.pdf 9048 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1213_CAP.pdf 9049 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/967_CAP.pdf 9050 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/186_CAP.pdf 9052 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/196_CAP.pdf 9053 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/905_CAP.pdf 9054 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/915_CAP.pdf 9058 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/282_CAP.pdf 9063 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/353_CAP.pdf 9070 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/958_CAP.pdf 9071 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/820_CAP.pdf 9074 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1022_CAP.pdf 9076 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/266_CAP.pdf 9077 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/276_CAP.pdf 9082 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/899_CAP.pdf 9084 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/110_CAP.pdf 9086 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/983_CAP.pdf 9087 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/162_CAP.pdf 9088 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/993_CAP.pdf 9090 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/737_CAP.pdf 9092 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/80_CAP.pdf 9093 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/529_CAP.pdf 9094 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1181_CAP.pdf 9096 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/539_CAP.pdf 9099 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/441_CAP.pdf 9101 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/214_CAP.pdf 9102 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1040_CAP.pdf 9104 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/39_CAP.pdf 9108 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/580_CAP.pdf 9109 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1128_CAP.pdf 9112 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1037_CAP.pdf 9119 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/825_CAP.pdf 9120 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/638_CAP.pdf 9121 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/740_CAP.pdf 9123 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/750_CAP.pdf 9128 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/426_CAP.pdf 9129 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/436_CAP.pdf 9130 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/95_CAP.pdf 9131 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1194_CAP.pdf 9132 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/444_CAP.pdf 9135 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/369_CAP.pdf 9136 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/211_CAP.pdf 9137 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/379_CAP.pdf 9138 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/201_CAP.pdf 9139 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/996_CAP.pdf 9140 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/177_CAP.pdf 9142 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/167_CAP.pdf 9145 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/857_CAP.pdf 9148 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/585_CAP.pdf 9151 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/334_CAP.pdf 9157 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/617_CAP.pdf 9163 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/183_CAP.pdf 9166 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1170_CAP.pdf 9169 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/13_CAP.pdf 9172 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/297_CAP.pdf 9173 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/287_CAP.pdf 9176 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/900_CAP.pdf 9179 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/158_CAP.pdf 9182 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/503_CAP.pdf 9183 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/513_CAP.pdf 9186 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/525_CAP.pdf 9187 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/535_CAP.pdf 9188 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/370_CAP.pdf 9190 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/360_CAP.pdf 9191 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/218_CAP.pdf 9193 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/653_CAP.pdf 9194 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/936_CAP.pdf 9195 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/926_CAP.pdf 9196 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/782_CAP.pdf 9199 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/35_CAP.pdf 9200 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1134_CAP.pdf 9201 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/25_CAP.pdf 9202 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1124_CAP.pdf 9204 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/486_CAP.pdf 9206 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/47_CAP.pdf 9207 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/496_CAP.pdf 9208 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1146_CAP.pdf 9209 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/698_CAP.pdf 9211 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/688_CAP.pdf 9213 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/954_CAP.pdf 9214 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/944_CAP.pdf 9216 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/759_CAP.pdf 9217 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/631_CAP.pdf 9218 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/749_CAP.pdf 9219 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/895_CAP.pdf 9220 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/885_CAP.pdf 9221 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/312_CAP.pdf 9222 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/302_CAP.pdf 9228 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1063_CAP.pdf 9230 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/871_CAP.pdf 9232 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/861_CAP.pdf 9233 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/151_CAP.pdf 9236 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/714_CAP.pdf 9238 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/472_CAP.pdf 9240 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/227_CAP.pdf 9241 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/255_CAP.pdf 9242 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/245_CAP.pdf 9243 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/578_CAP.pdf 9245 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/568_CAP.pdf 9255 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1011_CAP.pdf 9256 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/68_CAP.pdf 9257 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1169_CAP.pdf 9260 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/793_CAP.pdf 9265 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1125_CAP.pdf 9266 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/24_CAP.pdf 9268 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/34_CAP.pdf 9270 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/361_CAP.pdf 9271 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/209_CAP.pdf 9275 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/652_CAP.pdf 9277 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/884_CAP.pdf 9279 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/748_CAP.pdf 9284 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/556_CAP.pdf 9286 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/546_CAP.pdf 9287 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/303_CAP.pdf 9288 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/313_CAP.pdf 9290 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/497_CAP.pdf 9291 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/46_CAP.pdf 9294 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/56_CAP.pdf 9295 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/945_CAP.pdf 9296 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/955_CAP.pdf 9298 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/689_CAP.pdf 9302 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/705_CAP.pdf 9303 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/140_CAP.pdf 9306 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/236_CAP.pdf 9308 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/463_CAP.pdf 9311 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/860_CAP.pdf 9314 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/908_CAP.pdf 9317 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1178_CAP.pdf 9318 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/8_CAP.pdf 9319 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/79_CAP.pdf 9321 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1168_CAP.pdf 9322 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1010_CAP.pdf 9325 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/395_CAP.pdf 9330 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/244_CAP.pdf 9332 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/122_CAP.pdf 9338 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/751_CAP.pdf 9340 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/741_CAP.pdf 9342 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/437_CAP.pdf 9343 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/427_CAP.pdf 9344 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/262_CAP.pdf 9345 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/272_CAP.pdf 9347 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1036_CAP.pdf 9348 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/824_CAP.pdf 9349 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/834_CAP.pdf 9351 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/690_CAP.pdf 9357 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1044_CAP.pdf 9359 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1054_CAP.pdf 9360 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/200_CAP.pdf 9363 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/368_CAP.pdf 9367 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/445_CAP.pdf 9368 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1195_CAP.pdf 9374 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/176_CAP.pdf 9378 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/192_CAP.pdf 9384 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/60_CAP.pdf 9385 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1171_CAP.pdf 9387 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/70_CAP.pdf 9388 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1009_CAP.pdf 9390 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/570_CAP.pdf 9392 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/560_CAP.pdf 9393 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/325_CAP.pdf 9396 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/606_CAP.pdf 9400 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/149_CAP.pdf 9402 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/357_CAP.pdf 9405 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/286_CAP.pdf 9406 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/296_CAP.pdf 9409 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/12_CAP.pdf 9415 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/311_CAP.pdf 9416 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/279_CAP.pdf 9417 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/301_CAP.pdf 9420 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/554_CAP.pdf 9424 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/896_CAP.pdf 9425 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/886_CAP.pdf 9428 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/957_CAP.pdf 9434 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1145_CAP.pdf 9436 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1137_CAP.pdf 9438 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1127_CAP.pdf 9439 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/26_CAP.pdf 9440 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/925_CAP.pdf 9441 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/781_CAP.pdf 9444 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/738_CAP.pdf 9446 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/728_CAP.pdf 9447 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/650_CAP.pdf 9453 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/387_CAP.pdf 9454 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1012_CAP.pdf 9455 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1002_CAP.pdf 9456 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/189_CAP.pdf 9457 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/810_CAP.pdf 9459 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/800_CAP.pdf 9462 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/765_CAP.pdf 9463 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/775_CAP.pdf 9465 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/120_CAP.pdf 9467 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/246_CAP.pdf 9468 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/403_CAP.pdf 9470 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/461_CAP.pdf 9471 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/519_CAP.pdf 9472 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/471_CAP.pdf 9473 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/509_CAP.pdf 9474 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/234_CAP.pdf 9475 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/224_CAP.pdf 9476 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/152_CAP.pdf 9477 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/142_CAP.pdf 9480 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/872_CAP.pdf 9481 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/862_CAP.pdf 9486 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1060_CAP.pdf 9494 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/798_CAP.pdf 9495 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/788_CAP.pdf 9496 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/174_CAP.pdf 9497 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/995_CAP.pdf 9498 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/164_CAP.pdf 9500 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/721_CAP.pdf 9503 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/649_CAP.pdf 9504 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1197_CAP.pdf 9507 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1187_CAP.pdf 9509 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/86_CAP.pdf 9510 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/212_CAP.pdf 9512 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/270_CAP.pdf 9513 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/308_CAP.pdf 9514 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/260_CAP.pdf 9516 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/425_CAP.pdf 9517 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/435_CAP.pdf 9526 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/478_CAP.pdf 9528 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/468_CAP.pdf 9530 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/355_CAP.pdf 9537 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/10_CAP.pdf 9539 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1101_CAP.pdf 9542 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/284_CAP.pdf 9544 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/72_CAP.pdf 9545 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/3_CAP.pdf 9549 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1205_CAP.pdf 9550 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/809_CAP.pdf 9551 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/190_CAP.pdf 9553 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/180_CAP.pdf 9554 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/819_CAP.pdf 9556 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/604_CAP.pdf 9557 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/614_CAP.pdf 9558 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/129_CAP.pdf 9561 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/327_CAP.pdf 9562 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/562_CAP.pdf 9563 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/572_CAP.pdf 9564 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/648_CAP.pdf 9565 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/730_CAP.pdf 9567 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/720_CAP.pdf 9568 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/984_CAP.pdf 9570 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/994_CAP.pdf 9572 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/203_CAP.pdf 9576 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1186_CAP.pdf 9577 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/97_CAP.pdf 9578 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/446_CAP.pdf 9581 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/587_CAP.pdf 9582 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1057_CAP.pdf 9583 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/789_CAP.pdf 9584 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/799_CAP.pdf 9588 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/827_CAP.pdf 9589 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/837_CAP.pdf 9592 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1025_CAP.pdf 9597 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/261_CAP.pdf 9598 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/309_CAP.pdf 9600 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/107_CAP.pdf 9601 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/117_CAP.pdf 9602 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/752_CAP.pdf 9603 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/742_CAP.pdf 9604 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/902_CAP.pdf 9606 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/285_CAP.pdf 9607 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/295_CAP.pdf 9609 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1100_CAP.pdf 9610 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/11_CAP.pdf 9611 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1068_CAP.pdf 9612 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1110_CAP.pdf 9613 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/344_CAP.pdf 9615 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/511_CAP.pdf 9617 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/501_CAP.pdf 9620 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/667_CAP.pdf 9625 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/573_CAP.pdf 9629 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/63_CAP.pdf 9632 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/73_CAP.pdf 9634 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/181_CAP.pdf 9635 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/818_CAP.pdf 9637 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/808_CAP.pdf 9639 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1204_CAP.pdf 9640 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1214_CAP.pdf 9641 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/946_CAP.pdf 9642 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/956_CAP.pdf 9647 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/494_CAP.pdf 9648 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/55_CAP.pdf 9650 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/484_CAP.pdf 9651 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1085_CAP.pdf 9654 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/300_CAP.pdf 9655 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/278_CAP.pdf 9656 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/310_CAP.pdf 9657 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/268_CAP.pdf 9658 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/887_CAP.pdf 9659 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/897_CAP.pdf 9661 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/623_CAP.pdf 9662 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/651_CAP.pdf 9665 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/739_CAP.pdf 9668 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/537_CAP.pdf 9669 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/527_CAP.pdf 9671 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1126_CAP.pdf 9672 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/37_CAP.pdf 9673 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1136_CAP.pdf 9676 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/780_CAP.pdf 9679 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/934_CAP.pdf 9681 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/131_CAP.pdf 9682 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/774_CAP.pdf 9686 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/247_CAP.pdf 9687 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/257_CAP.pdf 9688 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1003_CAP.pdf 9689 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1013_CAP.pdf 9691 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/396_CAP.pdf 9693 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/801_CAP.pdf 9694 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/198_CAP.pdf 9699 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/873_CAP.pdf 9703 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/1071_CAP.pdf 9708 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/470_CAP.pdf 9710 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/460_CAP.pdf 9712 /Users/farukcankaya/Google Drive/AllPapers/9_CPA/706_CAP.pdf 9715 /Users/farukcankaya/Google Drive/AllPapers/18_AF/405_AF.pdf 9716 /Users/farukcankaya/Google Drive/AllPapers/18_AF/354_AF.pdf 9718 /Users/farukcankaya/Google Drive/AllPapers/18_AF/254_AF.pdf 9720 /Users/farukcankaya/Google Drive/AllPapers/18_AF/329_AF.pdf 9723 /Users/farukcankaya/Google Drive/AllPapers/18_AF/180_AF.pdf 9725 /Users/farukcankaya/Google Drive/AllPapers/18_AF/337_AF.pdf 9726 /Users/farukcankaya/Google Drive/AllPapers/18_AF/237_AF.pdf 9729 /Users/farukcankaya/Google Drive/AllPapers/18_AF/346_AF.pdf 9730 /Users/farukcankaya/Google Drive/AllPapers/18_AF/417_AF.pdf 9734 /Users/farukcankaya/Google Drive/AllPapers/18_AF/409_AF.pdf 9735 /Users/farukcankaya/Google Drive/AllPapers/18_AF/225_AF.pdf 9736 /Users/farukcankaya/Google Drive/AllPapers/18_AF/325_AF.pdf 9740 /Users/farukcankaya/Google Drive/AllPapers/18_AF/86_AF.pdf 9744 /Users/farukcankaya/Google Drive/AllPapers/18_AF/213_AF.pdf 9746 /Users/farukcankaya/Google Drive/AllPapers/18_AF/313_AF.pdf 9749 /Users/farukcankaya/Google Drive/AllPapers/18_AF/94_AF.pdf 9754 /Users/farukcankaya/Google Drive/AllPapers/18_AF/161_AF.pdf 9756 /Users/farukcankaya/Google Drive/AllPapers/18_AF/20_AF.pdf 9760 /Users/farukcankaya/Google Drive/AllPapers/18_AF/32_AF.pdf 9763 /Users/farukcankaya/Google Drive/AllPapers/18_AF/51_AF.pdf 9767 /Users/farukcankaya/Google Drive/AllPapers/18_AF/291_AF.pdf 9770 /Users/farukcankaya/Google Drive/AllPapers/18_AF/126_AF.pdf 9772 /Users/farukcankaya/Google Drive/AllPapers/18_AF/16_AF.pdf 9783 /Users/farukcankaya/Google Drive/AllPapers/18_AF/171_AF.pdf 9784 /Users/farukcankaya/Google Drive/AllPapers/18_AF/100_AF.pdf 9786 /Users/farukcankaya/Google Drive/AllPapers/18_AF/163_AF.pdf 9791 /Users/farukcankaya/Google Drive/AllPapers/18_AF/77_AF.pdf 9793 /Users/farukcankaya/Google Drive/AllPapers/18_AF/14_AF.pdf 9796 /Users/farukcankaya/Google Drive/AllPapers/18_AF/18_AF.pdf 9797 /Users/farukcankaya/Google Drive/AllPapers/18_AF/159_AF.pdf 9799 /Users/farukcankaya/Google Drive/AllPapers/18_AF/65_AF.pdf 9800 /Users/farukcankaya/Google Drive/AllPapers/18_AF/393_AF.pdf 9804 /Users/farukcankaya/Google Drive/AllPapers/18_AF/327_AF.pdf 9806 /Users/farukcankaya/Google Drive/AllPapers/18_AF/190_AF.pdf 9810 /Users/farukcankaya/Google Drive/AllPapers/18_AF/415_AF.pdf 9812 /Users/farukcankaya/Google Drive/AllPapers/18_AF/339_AF.pdf 9815 /Users/farukcankaya/Google Drive/AllPapers/18_AF/348_AF.pdf 9817 /Users/farukcankaya/Google Drive/AllPapers/18_AF/248_AF.pdf 9818 /Users/farukcankaya/Google Drive/AllPapers/18_AF/182_AF.pdf 9820 /Users/farukcankaya/Google Drive/AllPapers/18_AF/335_AF.pdf 9822 /Users/farukcankaya/Google Drive/AllPapers/18_AF/407_AF.pdf 9828 /Users/farukcankaya/Google Drive/AllPapers/18_AF/452_AF.pdf 9830 /Users/farukcankaya/Google Drive/AllPapers/18_AF/360_AF.pdf 9832 /Users/farukcankaya/Google Drive/AllPapers/18_AF/96_AF.pdf 9833 /Users/farukcankaya/Google Drive/AllPapers/18_AF/260_AF.pdf 9835 /Users/farukcankaya/Google Drive/AllPapers/18_AF/211_AF.pdf 9837 /Users/farukcankaya/Google Drive/AllPapers/18_AF/311_AF.pdf 9842 /Users/farukcankaya/Google Drive/AllPapers/18_AF/372_AF.pdf 9845 /Users/farukcankaya/Google Drive/AllPapers/18_AF/397_AF.pdf 9854 /Users/farukcankaya/Google Drive/AllPapers/18_AF/151_AF.pdf 9855 /Users/farukcankaya/Google Drive/AllPapers/18_AF/10_AF.pdf 9858 /Users/farukcankaya/Google Drive/AllPapers/18_AF/179_AF.pdf 9860 /Users/farukcankaya/Google Drive/AllPapers/18_AF/167_AF.pdf 9867 /Users/farukcankaya/Google Drive/AllPapers/18_AF/493_AF.pdf 9870 /Users/farukcankaya/Google Drive/AllPapers/18_AF/315_AF.pdf 9877 /Users/farukcankaya/Google Drive/AllPapers/18_AF/80_AF.pdf 9881 /Users/farukcankaya/Google Drive/AllPapers/18_AF/307_AF.pdf 9882 /Users/farukcankaya/Google Drive/AllPapers/18_AF/207_AF.pdf 9884 /Users/farukcankaya/Google Drive/AllPapers/18_AF/319_AF.pdf 9888 /Users/farukcankaya/Google Drive/AllPapers/18_AF/264_AF.pdf 9889 /Users/farukcankaya/Google Drive/AllPapers/18_AF/186_AF.pdf 9890 /Users/farukcankaya/Google Drive/AllPapers/18_AF/331_AF.pdf 9895 /Users/farukcankaya/Google Drive/AllPapers/18_AF/352_AF.pdf 9896 /Users/farukcankaya/Google Drive/AllPapers/18_AF/403_AF.pdf 9899 /Users/farukcankaya/Google Drive/AllPapers/18_AF/223_AF.pdf 9901 /Users/farukcankaya/Google Drive/AllPapers/18_AF/323_AF.pdf 9903 /Users/farukcankaya/Google Drive/AllPapers/18_AF/9_AF.pdf 9905 /Users/farukcankaya/Google Drive/AllPapers/18_AF/240_AF.pdf 9906 /Users/farukcankaya/Google Drive/AllPapers/18_AF/411_AF.pdf 9907 /Users/farukcankaya/Google Drive/AllPapers/18_AF/340_AF.pdf 9910 /Users/farukcankaya/Google Drive/AllPapers/18_AF/266_AF.pdf 9912 /Users/farukcankaya/Google Drive/AllPapers/18_AF/305_AF.pdf 9913 /Users/farukcankaya/Google Drive/AllPapers/18_AF/205_AF.pdf 9919 /Users/farukcankaya/Google Drive/AllPapers/18_AF/309_AF.pdf 9927 /Users/farukcankaya/Google Drive/AllPapers/18_AF/317_AF.pdf 9931 /Users/farukcankaya/Google Drive/AllPapers/18_AF/242_AF.pdf 9932 /Users/farukcankaya/Google Drive/AllPapers/18_AF/413_AF.pdf 9936 /Users/farukcankaya/Google Drive/AllPapers/18_AF/196_AF.pdf 9938 /Users/farukcankaya/Google Drive/AllPapers/18_AF/350_AF.pdf 9939 /Users/farukcankaya/Google Drive/AllPapers/18_AF/401_AF.pdf 9943 /Users/farukcankaya/Google Drive/AllPapers/18_AF/333_AF.pdf 9949 /Users/farukcankaya/Google Drive/AllPapers/18_AF/12_AF.pdf 9955 /Users/farukcankaya/Google Drive/AllPapers/18_AF/295_AF.pdf 9957 /Users/farukcankaya/Google Drive/AllPapers/18_AF/395_AF.pdf 9958 /Users/farukcankaya/Google Drive/AllPapers/18_AF/36_AF.pdf 9959 /Users/farukcankaya/Google Drive/AllPapers/18_AF/491_AF.pdf 9967 /Users/farukcankaya/Google Drive/AllPapers/18_AF/165_AF.pdf 9969 /Users/farukcankaya/Google Drive/AllPapers/18_AF/24_AF.pdf 9970 /Users/farukcankaya/Google Drive/AllPapers/18_AF/106_AF.pdf 9972 /Users/farukcankaya/Google Drive/AllPapers/18_AF/390_AF.pdf 9975 /Users/farukcankaya/Google Drive/AllPapers/18_AF/66_AF.pdf 9977 /Users/farukcankaya/Google Drive/AllPapers/18_AF/78_AF.pdf 9983 /Users/farukcankaya/Google Drive/AllPapers/18_AF/17_AF.pdf 9984 /Users/farukcankaya/Google Drive/AllPapers/18_AF/156_AF.pdf 9988 /Users/farukcankaya/Google Drive/AllPapers/18_AF/21_AF.pdf 9991 /Users/farukcankaya/Google Drive/AllPapers/18_AF/111_AF.pdf 9994 /Users/farukcankaya/Google Drive/AllPapers/18_AF/172_AF.pdf 9997 /Users/farukcankaya/Google Drive/AllPapers/18_AF/312_AF.pdf 10012 /Users/farukcankaya/Google Drive/AllPapers/18_AF/236_AF.pdf 10013 /Users/farukcankaya/Google Drive/AllPapers/18_AF/181_AF.pdf 10015 /Users/farukcankaya/Google Drive/AllPapers/18_AF/336_AF.pdf 10018 /Users/farukcankaya/Google Drive/AllPapers/18_AF/328_AF.pdf 10021 /Users/farukcankaya/Google Drive/AllPapers/18_AF/255_AF.pdf 10022 /Users/farukcankaya/Google Drive/AllPapers/18_AF/404_AF.pdf 10024 /Users/farukcankaya/Google Drive/AllPapers/18_AF/324_AF.pdf 10026 /Users/farukcankaya/Google Drive/AllPapers/18_AF/193_AF.pdf 10029 /Users/farukcankaya/Google Drive/AllPapers/18_AF/408_AF.pdf 10030 /Users/farukcankaya/Google Drive/AllPapers/18_AF/259_AF.pdf 10032 /Users/farukcankaya/Google Drive/AllPapers/18_AF/347_AF.pdf 10033 /Users/farukcankaya/Google Drive/AllPapers/18_AF/416_AF.pdf 10034 /Users/farukcankaya/Google Drive/AllPapers/18_AF/247_AF.pdf 10041 /Users/farukcankaya/Google Drive/AllPapers/18_AF/202_AF.pdf 10046 /Users/farukcankaya/Google Drive/AllPapers/18_AF/373_AF.pdf 10051 /Users/farukcankaya/Google Drive/AllPapers/18_AF/310_AF.pdf 10052 /Users/farukcankaya/Google Drive/AllPapers/18_AF/210_AF.pdf 10053 /Users/farukcankaya/Google Drive/AllPapers/18_AF/338_AF.pdf 10055 /Users/farukcankaya/Google Drive/AllPapers/18_AF/238_AF.pdf 10056 /Users/farukcankaya/Google Drive/AllPapers/18_AF/345_AF.pdf 10060 /Users/farukcankaya/Google Drive/AllPapers/18_AF/326_AF.pdf 10061 /Users/farukcankaya/Google Drive/AllPapers/18_AF/477_AF.pdf 10064 /Users/farukcankaya/Google Drive/AllPapers/18_AF/0_AF.pdf 10067 /Users/farukcankaya/Google Drive/AllPapers/18_AF/406_AF.pdf 10068 /Users/farukcankaya/Google Drive/AllPapers/18_AF/357_AF.pdf 10070 /Users/farukcankaya/Google Drive/AllPapers/18_AF/183_AF.pdf 10072 /Users/farukcankaya/Google Drive/AllPapers/18_AF/334_AF.pdf 10075 /Users/farukcankaya/Google Drive/AllPapers/18_AF/418_AF.pdf 10076 /Users/farukcankaya/Google Drive/AllPapers/18_AF/349_AF.pdf 10079 /Users/farukcankaya/Google Drive/AllPapers/18_AF/15_AF.pdf 10085 /Users/farukcankaya/Google Drive/AllPapers/18_AF/146_AF.pdf 10091 /Users/farukcankaya/Google Drive/AllPapers/18_AF/19_AF.pdf 10093 /Users/farukcankaya/Google Drive/AllPapers/18_AF/170_AF.pdf 10095 /Users/farukcankaya/Google Drive/AllPapers/18_AF/113_AF.pdf 10098 /Users/farukcankaya/Google Drive/AllPapers/18_AF/23_AF.pdf 10099 /Users/farukcankaya/Google Drive/AllPapers/18_AF/162_AF.pdf 10105 /Users/farukcankaya/Google Drive/AllPapers/18_AF/353_AF.pdf 10111 /Users/farukcankaya/Google Drive/AllPapers/18_AF/330_AF.pdf 10114 /Users/farukcankaya/Google Drive/AllPapers/18_AF/341_AF.pdf 10116 /Users/farukcankaya/Google Drive/AllPapers/18_AF/241_AF.pdf 10118 /Users/farukcankaya/Google Drive/AllPapers/18_AF/322_AF.pdf 10120 /Users/farukcankaya/Google Drive/AllPapers/18_AF/222_AF.pdf 10121 /Users/farukcankaya/Google Drive/AllPapers/18_AF/8_AF.pdf 10126 /Users/farukcankaya/Google Drive/AllPapers/18_AF/81_AF.pdf 10130 /Users/farukcankaya/Google Drive/AllPapers/18_AF/314_AF.pdf 10133 /Users/farukcankaya/Google Drive/AllPapers/18_AF/93_AF.pdf 10134 /Users/farukcankaya/Google Drive/AllPapers/18_AF/265_AF.pdf 10135 /Users/farukcankaya/Google Drive/AllPapers/18_AF/434_AF.pdf 10137 /Users/farukcankaya/Google Drive/AllPapers/18_AF/218_AF.pdf 10138 /Users/farukcankaya/Google Drive/AllPapers/18_AF/449_AF.pdf 10139 /Users/farukcankaya/Google Drive/AllPapers/18_AF/206_AF.pdf 10141 /Users/farukcankaya/Google Drive/AllPapers/18_AF/27_AF.pdf 10142 /Users/farukcankaya/Google Drive/AllPapers/18_AF/166_AF.pdf 10144 /Users/farukcankaya/Google Drive/AllPapers/18_AF/39_AF.pdf 10148 /Users/farukcankaya/Google Drive/AllPapers/18_AF/492_AF.pdf 10153 /Users/farukcankaya/Google Drive/AllPapers/18_AF/117_AF.pdf 10154 /Users/farukcankaya/Google Drive/AllPapers/18_AF/56_AF.pdf 10155 /Users/farukcankaya/Google Drive/AllPapers/18_AF/142_AF.pdf 10158 /Users/farukcankaya/Google Drive/AllPapers/18_AF/396_AF.pdf 10160 /Users/farukcankaya/Google Drive/AllPapers/18_AF/296_AF.pdf 10161 /Users/farukcankaya/Google Drive/AllPapers/18_AF/60_AF.pdf 10165 /Users/farukcankaya/Google Drive/AllPapers/18_AF/284_AF.pdf 10167 /Users/farukcankaya/Google Drive/AllPapers/18_AF/168_AF.pdf 10169 /Users/farukcankaya/Google Drive/AllPapers/18_AF/115_AF.pdf 10172 /Users/farukcankaya/Google Drive/AllPapers/18_AF/176_AF.pdf 10176 /Users/farukcankaya/Google Drive/AllPapers/18_AF/25_AF.pdf 10182 /Users/farukcankaya/Google Drive/AllPapers/18_AF/286_AF.pdf 10185 /Users/farukcankaya/Google Drive/AllPapers/18_AF/13_AF.pdf 10186 /Users/farukcankaya/Google Drive/AllPapers/18_AF/152_AF.pdf 10188 /Users/farukcankaya/Google Drive/AllPapers/18_AF/398_AF.pdf 10189 /Users/farukcankaya/Google Drive/AllPapers/18_AF/394_AF.pdf 10195 /Users/farukcankaya/Google Drive/AllPapers/18_AF/320_AF.pdf 10196 /Users/farukcankaya/Google Drive/AllPapers/18_AF/197_AF.pdf 10198 /Users/farukcankaya/Google Drive/AllPapers/18_AF/412_AF.pdf 10199 /Users/farukcankaya/Google Drive/AllPapers/18_AF/343_AF.pdf 10203 /Users/farukcankaya/Google Drive/AllPapers/18_AF/232_AF.pdf 10204 /Users/farukcankaya/Google Drive/AllPapers/18_AF/185_AF.pdf 10207 /Users/farukcankaya/Google Drive/AllPapers/18_AF/251_AF.pdf 10209 /Users/farukcankaya/Google Drive/AllPapers/18_AF/351_AF.pdf 10210 /Users/farukcankaya/Google Drive/AllPapers/18_AF/400_AF.pdf 10218 /Users/farukcankaya/Google Drive/AllPapers/18_AF/304_AF.pdf 10220 /Users/farukcankaya/Google Drive/AllPapers/18_AF/267_AF.pdf 10222 /Users/farukcankaya/Google Drive/AllPapers/18_AF/367_AF.pdf 10223 /Users/farukcankaya/Google Drive/AllPapers/18_AF/316_AF.pdf 10231 /Users/farukcankaya/Google Drive/AllPapers/18_AF/308_AF.pdf 10233 /Users/farukcankaya/Google Drive/AllPapers/18_AF/208_AF.pdf 10235 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/665_JAE.pdf 10245 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/419_JAE.pdf 10267 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/835_JAE.pdf 10306 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/411_JAE.pdf 10365 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/723_JAE.pdf 10370 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/834_JAE.pdf 10416 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/327_JAE.pdf 10431 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/836_JAE.pdf 10451 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/798_JAE.pdf 10459 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/336_JAE.pdf 10471 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/742_JAE.pdf 10477 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/837_JAE.pdf 10510 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/537_JAE.pdf 10552 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/417_JAE.pdf 10564 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/421_JAE.pdf 10568 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/840_JAE.pdf 10618 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/841_JAE.pdf 10669 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/770_JAE.pdf 10673 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/382_JAE.pdf 10684 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/843_JAE.pdf 10706 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/838_JAE.pdf 10709 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/482_JAE.pdf 10717 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/449_JAE.pdf 10749 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/839_JAE.pdf 10770 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/415_JAE.pdf 10771 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/328_JAE.pdf 10773 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/338_JAE.pdf 10786 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/842_JAE.pdf 10798 /Users/farukcankaya/Google Drive/AllPapers/2_JAE/820_JAE.pdf 10824 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/731_AOS.pdf 10844 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/676_AOS.pdf 10851 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/562_AOS.pdf 10857 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/190_AOS.pdf 10861 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/947_AOS.pdf 10890 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/387_AOS.pdf 10912 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/956_AOS.pdf 10916 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/362_AOS.pdf 10920 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/729_AOS.pdf 10939 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/799_AOS.pdf 10949 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/730_AOS.pdf 10964 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/479_AOS.pdf 10970 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/191_AOS.pdf 10996 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/944_AOS.pdf 10997 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/954_AOS.pdf 11013 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/9_AOS.pdf 11039 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/732_AOS.pdf 11047 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/0_AOS.pdf 11087 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/570_AOS.pdf 11100 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/674_AOS.pdf 11107 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/534_AOS.pdf 11112 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/955_AOS.pdf 11113 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/945_AOS.pdf 11126 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/908_AOS.pdf 11130 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/473_AOS.pdf 11137 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/579_AOS.pdf 11144 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/802_AOS.pdf 11177 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/950_AOS.pdf 11182 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/553_AOS.pdf 11207 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/949_AOS.pdf 11218 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/450_AOS.pdf 11229 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/398_AOS.pdf 11241 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/353_AOS.pdf 11251 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/948_AOS.pdf 11266 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/727_AOS.pdf 11273 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/477_AOS.pdf 11305 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/951_AOS.pdf 11306 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/941_AOS.pdf 11313 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/672_AOS.pdf 11335 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/170_AOS.pdf 11367 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/475_AOS.pdf 11385 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/943_AOS.pdf 11386 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/953_AOS.pdf 11389 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/481_AOS.pdf 11415 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/474_AOS.pdf 11423 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/942_AOS.pdf 11449 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/281_AOS.pdf 11485 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/757_MAJ.pdf 11487 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/747_MAJ.pdf 11490 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1099_MAJ.pdf 11493 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1089_MAJ.pdf 11494 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/421_MAJ.pdf 11497 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1020_MAJ.pdf 11498 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/59_MAJ.pdf 11501 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/49_MAJ.pdf 11502 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1030_MAJ.pdf 11505 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/822_MAJ.pdf 11506 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/832_MAJ.pdf 11507 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/696_MAJ.pdf 11512 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/938_MAJ.pdf 11513 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/840_MAJ.pdf 11514 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/928_MAJ.pdf 11515 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/850_MAJ.pdf 11516 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1042_MAJ.pdf 11518 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1052_MAJ.pdf 11525 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/735_MAJ.pdf 11526 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/725_MAJ.pdf 11527 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/981_MAJ.pdf 11528 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/991_MAJ.pdf 11529 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/965_MAJ.pdf 11530 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/975_MAJ.pdf 11533 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/66_MAJ.pdf 11535 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/7_MAJ.pdf 11539 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/323_MAJ.pdf 11542 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/768_MAJ.pdf 11544 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/778_MAJ.pdf 11548 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/239_MAJ.pdf 11551 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/514_MAJ.pdf 11552 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/504_MAJ.pdf 11554 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/290_MAJ.pdf 11555 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1105_MAJ.pdf 11556 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1115_MAJ.pdf 11558 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1273_MAJ.pdf 11559 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/907_MAJ.pdf 11560 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/917_MAJ.pdf 11562 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/795_MAJ.pdf 11564 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/785_MAJ.pdf 11565 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/921_MAJ.pdf 11566 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/859_MAJ.pdf 11567 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/931_MAJ.pdf 11568 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/849_MAJ.pdf 11569 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/22_MAJ.pdf 11577 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/998_MAJ.pdf 11578 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/988_MAJ.pdf 11579 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/882_MAJ.pdf 11580 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/892_MAJ.pdf 11584 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1080_MAJ.pdf 11587 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1090_MAJ.pdf 11591 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1039_MAJ.pdf 11593 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1141_MAJ.pdf 11594 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1029_MAJ.pdf 11595 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/50_MAJ.pdf 11597 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1151_MAJ.pdf 11598 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/943_MAJ.pdf 11599 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/953_MAJ.pdf 11602 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/713_MAJ.pdf 11603 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/703_MAJ.pdf 11604 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/358_MAJ.pdf 11606 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/348_MAJ.pdf 11610 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/299_MAJ.pdf 11612 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1064_MAJ.pdf 11613 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1074_MAJ.pdf 11616 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/866_MAJ.pdf 11617 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/876_MAJ.pdf 11618 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/804_MAJ.pdf 11619 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/814_MAJ.pdf 11622 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1006_MAJ.pdf 11623 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1016_MAJ.pdf 11624 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/383_MAJ.pdf 11628 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/242_MAJ.pdf 11631 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/771_MAJ.pdf 11633 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/761_MAJ.pdf 11638 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/989_MAJ.pdf 11639 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/999_MAJ.pdf 11642 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/848_MAJ.pdf 11643 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/930_MAJ.pdf 11644 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/858_MAJ.pdf 11645 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/920_MAJ.pdf 11646 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/784_MAJ.pdf 11648 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/794_MAJ.pdf 11654 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1028_MAJ.pdf 11655 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/51_MAJ.pdf 11656 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1140_MAJ.pdf 11658 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1038_MAJ.pdf 11661 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/952_MAJ.pdf 11662 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/942_MAJ.pdf 11665 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/893_MAJ.pdf 11666 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/883_MAJ.pdf 11668 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/304_MAJ.pdf 11670 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1091_MAJ.pdf 11673 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1081_MAJ.pdf 11675 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1075_MAJ.pdf 11676 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1065_MAJ.pdf 11679 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/877_MAJ.pdf 11680 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/867_MAJ.pdf 11683 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/702_MAJ.pdf 11684 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/712_MAJ.pdf 11688 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/349_MAJ.pdf 11695 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/760_MAJ.pdf 11697 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/770_MAJ.pdf 11700 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1219_MAJ.pdf 11701 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/815_MAJ.pdf 11702 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/805_MAJ.pdf 11703 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/392_MAJ.pdf 11705 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1017_MAJ.pdf 11706 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1007_MAJ.pdf 11709 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/48_MAJ.pdf 11710 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1031_MAJ.pdf 11713 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1021_MAJ.pdf 11714 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/58_MAJ.pdf 11717 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/697_MAJ.pdf 11718 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/833_MAJ.pdf 11719 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/823_MAJ.pdf 11721 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/746_MAJ.pdf 11723 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/756_MAJ.pdf 11724 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/275_MAJ.pdf 11727 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1088_MAJ.pdf 11730 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1098_MAJ.pdf 11732 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/442_MAJ.pdf 11737 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/990_MAJ.pdf 11738 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/980_MAJ.pdf 11739 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/724_MAJ.pdf 11740 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/734_MAJ.pdf 11741 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/851_MAJ.pdf 11742 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/929_MAJ.pdf 11743 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/841_MAJ.pdf 11744 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/939_MAJ.pdf 11748 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1053_MAJ.pdf 11750 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1043_MAJ.pdf 11751 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/332_MAJ.pdf 11752 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/322_MAJ.pdf 11755 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/779_MAJ.pdf 11757 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/769_MAJ.pdf 11760 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1200_MAJ.pdf 11761 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/974_MAJ.pdf 11762 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/964_MAJ.pdf 11764 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/6_MAJ.pdf 11766 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/67_MAJ.pdf 11767 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1114_MAJ.pdf 11768 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1104_MAJ.pdf 11769 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/291_MAJ.pdf 11771 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/916_MAJ.pdf 11772 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/906_MAJ.pdf 11773 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1272_MAJ.pdf 11778 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/515_MAJ.pdf 11780 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/350_MAJ.pdf 11783 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/838_MAJ.pdf 11784 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/940_MAJ.pdf 11785 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/828_MAJ.pdf 11786 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/950_MAJ.pdf 11790 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1142_MAJ.pdf 11793 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/53_MAJ.pdf 11795 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1083_MAJ.pdf 11797 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1093_MAJ.pdf 11800 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/881_MAJ.pdf 11801 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/891_MAJ.pdf 11804 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/657_MAJ.pdf 11816 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1058_MAJ.pdf 11819 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1048_MAJ.pdf 11823 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/796_MAJ.pdf 11825 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/786_MAJ.pdf 11826 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/922_MAJ.pdf 11827 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/932_MAJ.pdf 11828 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/772_MAJ.pdf 11829 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/762_MAJ.pdf 11832 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/241_MAJ.pdf 11836 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1005_MAJ.pdf 11837 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1015_MAJ.pdf 11840 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/807_MAJ.pdf 11841 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/817_MAJ.pdf 11845 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1311_MAJ.pdf 11846 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/865_MAJ.pdf 11847 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/875_MAJ.pdf 11848 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1067_MAJ.pdf 11849 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1077_MAJ.pdf 11850 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/223_MAJ.pdf 11852 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/476_MAJ.pdf 11854 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/710_MAJ.pdf 11856 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/700_MAJ.pdf 11858 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/736_MAJ.pdf 11859 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/726_MAJ.pdf 11860 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/982_MAJ.pdf 11861 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/992_MAJ.pdf 11862 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/215_MAJ.pdf 11864 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/450_MAJ.pdf 11869 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1139_MAJ.pdf 11870 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1041_MAJ.pdf 11872 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/38_MAJ.pdf 11875 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1051_MAJ.pdf 11877 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1327_MAJ.pdf 11879 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/843_MAJ.pdf 11880 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/853_MAJ.pdf 11881 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/821_MAJ.pdf 11882 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/959_MAJ.pdf 11883 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/831_MAJ.pdf 11884 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/949_MAJ.pdf 11885 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/695_MAJ.pdf 11886 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1345_MAJ.pdf 11888 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1023_MAJ.pdf 11889 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1033_MAJ.pdf 11891 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/422_MAJ.pdf 11892 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/267_MAJ.pdf 11893 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/277_MAJ.pdf 11894 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/898_MAJ.pdf 11895 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/888_MAJ.pdf 11896 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/754_MAJ.pdf 11898 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/744_MAJ.pdf 11903 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1308_MAJ.pdf 11904 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/904_MAJ.pdf 11905 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/914_MAJ.pdf 11906 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/283_MAJ.pdf 11908 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1106_MAJ.pdf 11909 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1116_MAJ.pdf 11914 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/709_MAJ.pdf 11916 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/719_MAJ.pdf 11924 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/248_MAJ.pdf 11927 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/65_MAJ.pdf 11929 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/4_MAJ.pdf 11930 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/75_MAJ.pdf 11931 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/399_MAJ.pdf 11933 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/966_MAJ.pdf 11934 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/976_MAJ.pdf 11935 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1202_MAJ.pdf 11939 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1050_MAJ.pdf 11942 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1040_MAJ.pdf 11943 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/39_MAJ.pdf 11944 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1138_MAJ.pdf 11945 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/852_MAJ.pdf 11946 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/842_MAJ.pdf 11948 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1326_MAJ.pdf 11949 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/993_MAJ.pdf 11950 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/983_MAJ.pdf 11951 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/727_MAJ.pdf 11952 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/737_MAJ.pdf 11959 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/214_MAJ.pdf 11961 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/266_MAJ.pdf 11965 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/745_MAJ.pdf 11967 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/755_MAJ.pdf 11968 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/889_MAJ.pdf 11969 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/899_MAJ.pdf 11971 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1344_MAJ.pdf 11972 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/694_MAJ.pdf 11973 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/948_MAJ.pdf 11974 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/830_MAJ.pdf 11975 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/958_MAJ.pdf 11976 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/820_MAJ.pdf 11977 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1032_MAJ.pdf 11978 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1022_MAJ.pdf 11984 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/718_MAJ.pdf 11986 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/708_MAJ.pdf 11987 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/915_MAJ.pdf 11988 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/905_MAJ.pdf 11993 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1117_MAJ.pdf 11994 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1107_MAJ.pdf 11999 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/74_MAJ.pdf 12000 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/5_MAJ.pdf 12002 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/64_MAJ.pdf 12005 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1203_MAJ.pdf 12006 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/977_MAJ.pdf 12007 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/967_MAJ.pdf 12018 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1092_MAJ.pdf 12020 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1082_MAJ.pdf 12024 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/890_MAJ.pdf 12025 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/880_MAJ.pdf 12028 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/951_MAJ.pdf 12029 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/829_MAJ.pdf 12030 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/941_MAJ.pdf 12031 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/839_MAJ.pdf 12032 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/52_MAJ.pdf 12035 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1143_MAJ.pdf 12038 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1049_MAJ.pdf 12041 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/20_MAJ.pdf 12043 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1059_MAJ.pdf 12044 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/933_MAJ.pdf 12045 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/923_MAJ.pdf 12046 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/787_MAJ.pdf 12048 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/797_MAJ.pdf 12057 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1198_MAJ.pdf 12058 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/375_MAJ.pdf 12062 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1014_MAJ.pdf 12063 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1004_MAJ.pdf 12064 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/816_MAJ.pdf 12065 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/806_MAJ.pdf 12066 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/763_MAJ.pdf 12067 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/773_MAJ.pdf 12068 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/328_MAJ.pdf 12071 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/240_MAJ.pdf 12075 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/477_MAJ.pdf 12077 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/222_MAJ.pdf 12079 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/701_MAJ.pdf 12081 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/711_MAJ.pdf 12082 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/874_MAJ.pdf 12083 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/864_MAJ.pdf 12084 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1310_MAJ.pdf 12088 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1076_MAJ.pdf 12089 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1066_MAJ.pdf 12090 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/803_MAJ.pdf 12091 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/813_MAJ.pdf 12092 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/384_MAJ.pdf 12094 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/9_MAJ.pdf 12095 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1001_MAJ.pdf 12097 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1011_MAJ.pdf 12099 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1169_MAJ.pdf 12105 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/400_MAJ.pdf 12106 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/776_MAJ.pdf 12107 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/766_MAJ.pdf 12108 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/714_MAJ.pdf 12109 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/704_MAJ.pdf 12113 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/237_MAJ.pdf 12114 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1063_MAJ.pdf 12115 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1073_MAJ.pdf 12116 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/919_MAJ.pdf 12117 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/861_MAJ.pdf 12118 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/909_MAJ.pdf 12119 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/871_MAJ.pdf 12124 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/749_MAJ.pdf 12127 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/759_MAJ.pdf 12128 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/885_MAJ.pdf 12129 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/895_MAJ.pdf 12132 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1087_MAJ.pdf 12134 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1097_MAJ.pdf 12138 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/57_MAJ.pdf 12141 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/688_MAJ.pdf 12143 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1348_MAJ.pdf 12144 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/698_MAJ.pdf 12146 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/944_MAJ.pdf 12147 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/954_MAJ.pdf 12148 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/926_MAJ.pdf 12149 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/936_MAJ.pdf 12150 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/792_MAJ.pdf 12152 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/782_MAJ.pdf 12154 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/25_MAJ.pdf 12169 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1102_MAJ.pdf 12170 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/13_MAJ.pdf 12171 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1112_MAJ.pdf 12173 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/297_MAJ.pdf 12174 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/900_MAJ.pdf 12175 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/878_MAJ.pdf 12176 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/910_MAJ.pdf 12177 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/868_MAJ.pdf 12182 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/962_MAJ.pdf 12183 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/972_MAJ.pdf 12184 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1018_MAJ.pdf 12187 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/71_MAJ.pdf 12188 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/0_MAJ.pdf 12189 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1008_MAJ.pdf 12190 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1170_MAJ.pdf 12194 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/409_MAJ.pdf 12199 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/847_MAJ.pdf 12200 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/857_MAJ.pdf 12204 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1045_MAJ.pdf 12206 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1055_MAJ.pdf 12208 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1184_MAJ.pdf 12211 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/379_MAJ.pdf 12212 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/369_MAJ.pdf 12213 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/986_MAJ.pdf 12214 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/996_MAJ.pdf 12215 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/732_MAJ.pdf 12216 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/722_MAJ.pdf 12219 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/750_MAJ.pdf 12221 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1290_MAJ.pdf 12222 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/740_MAJ.pdf 12223 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/263_MAJ.pdf 12227 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1027_MAJ.pdf 12228 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1037_MAJ.pdf 12230 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/691_MAJ.pdf 12234 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/825_MAJ.pdf 12235 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/835_MAJ.pdf 12238 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1113_MAJ.pdf 12240 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1103_MAJ.pdf 12241 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1275_MAJ.pdf 12243 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/869_MAJ.pdf 12244 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/911_MAJ.pdf 12245 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/879_MAJ.pdf 12246 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/901_MAJ.pdf 12249 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/357_MAJ.pdf 12250 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/347_MAJ.pdf 12254 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/560_MAJ.pdf 12261 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/973_MAJ.pdf 12262 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/963_MAJ.pdf 12265 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1171_MAJ.pdf 12266 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1_MAJ.pdf 12267 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1009_MAJ.pdf 12269 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1019_MAJ.pdf 12270 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/60_MAJ.pdf 12275 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1185_MAJ.pdf 12276 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/455_MAJ.pdf 12277 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/723_MAJ.pdf 12278 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/733_MAJ.pdf 12279 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/997_MAJ.pdf 12280 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/987_MAJ.pdf 12282 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/856_MAJ.pdf 12283 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/846_MAJ.pdf 12284 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1054_MAJ.pdf 12286 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1044_MAJ.pdf 12288 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1036_MAJ.pdf 12289 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1026_MAJ.pdf 12290 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/834_MAJ.pdf 12291 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/824_MAJ.pdf 12296 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/690_MAJ.pdf 12298 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/741_MAJ.pdf 12299 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1291_MAJ.pdf 12301 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/751_MAJ.pdf 12308 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/401_MAJ.pdf 12312 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/254_MAJ.pdf 12314 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/767_MAJ.pdf 12315 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/777_MAJ.pdf 12316 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/812_MAJ.pdf 12317 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/802_MAJ.pdf 12318 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1168_MAJ.pdf 12319 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1010_MAJ.pdf 12323 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1000_MAJ.pdf 12325 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/385_MAJ.pdf 12326 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1072_MAJ.pdf 12327 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1062_MAJ.pdf 12330 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/870_MAJ.pdf 12331 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/908_MAJ.pdf 12332 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/860_MAJ.pdf 12333 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/918_MAJ.pdf 12334 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/705_MAJ.pdf 12335 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/715_MAJ.pdf 12339 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/473_MAJ.pdf 12342 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/56_MAJ.pdf 12345 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/955_MAJ.pdf 12346 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/945_MAJ.pdf 12348 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/699_MAJ.pdf 12349 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1349_MAJ.pdf 12351 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/689_MAJ.pdf 12352 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/894_MAJ.pdf 12353 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/884_MAJ.pdf 12354 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/758_MAJ.pdf 12357 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/748_MAJ.pdf 12361 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1096_MAJ.pdf 12363 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1086_MAJ.pdf 12374 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/783_MAJ.pdf 12375 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1243_MAJ.pdf 12376 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/793_MAJ.pdf 12377 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/937_MAJ.pdf 12378 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/927_MAJ.pdf 12388 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/62_MAJ.pdf 12391 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/3_MAJ.pdf 12394 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/819_MAJ.pdf 12395 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/961_MAJ.pdf 12396 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/809_MAJ.pdf 12397 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/971_MAJ.pdf 12398 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/903_MAJ.pdf 12399 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/913_MAJ.pdf 12402 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1101_MAJ.pdf 12403 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1079_MAJ.pdf 12404 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1111_MAJ.pdf 12405 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/10_MAJ.pdf 12406 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1069_MAJ.pdf 12407 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/284_MAJ.pdf 12417 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1342_MAJ.pdf 12418 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/692_MAJ.pdf 12420 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/826_MAJ.pdf 12421 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/836_MAJ.pdf 12422 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1024_MAJ.pdf 12423 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1034_MAJ.pdf 12431 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/753_MAJ.pdf 12433 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/743_MAJ.pdf 12434 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/985_MAJ.pdf 12435 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/995_MAJ.pdf 12436 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/731_MAJ.pdf 12438 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/721_MAJ.pdf 12445 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1046_MAJ.pdf 12446 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/586_MAJ.pdf 12447 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1056_MAJ.pdf 12448 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/844_MAJ.pdf 12449 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/854_MAJ.pdf 12450 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/788_MAJ.pdf 12453 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/798_MAJ.pdf 12456 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/862_MAJ.pdf 12457 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/872_MAJ.pdf 12460 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1118_MAJ.pdf 12462 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1060_MAJ.pdf 12463 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1108_MAJ.pdf 12464 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1070_MAJ.pdf 12469 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/224_MAJ.pdf 12471 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/717_MAJ.pdf 12472 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/707_MAJ.pdf 12473 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/775_MAJ.pdf 12474 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/765_MAJ.pdf 12475 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/246_MAJ.pdf 12478 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/403_MAJ.pdf 12481 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1002_MAJ.pdf 12482 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1012_MAJ.pdf 12483 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/800_MAJ.pdf 12484 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/978_MAJ.pdf 12485 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/810_MAJ.pdf 12486 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/968_MAJ.pdf 12487 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/728_MAJ.pdf 12489 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/738_MAJ.pdf 12498 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/36_MAJ.pdf 12499 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/925_MAJ.pdf 12500 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/935_MAJ.pdf 12501 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/791_MAJ.pdf 12504 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/781_MAJ.pdf 12507 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1223_MAJ.pdf 12508 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1233_MAJ.pdf 12509 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/947_MAJ.pdf 12510 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/957_MAJ.pdf 12513 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/44_MAJ.pdf 12517 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/279_MAJ.pdf 12519 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/269_MAJ.pdf 12521 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1084_MAJ.pdf 12523 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1094_MAJ.pdf 12527 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/886_MAJ.pdf 12528 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/896_MAJ.pdf 12529 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/235_MAJ.pdf 12534 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/470_MAJ.pdf 12535 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/706_MAJ.pdf 12536 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/716_MAJ.pdf 12539 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/873_MAJ.pdf 12540 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/863_MAJ.pdf 12541 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1071_MAJ.pdf 12542 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1109_MAJ.pdf 12544 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1061_MAJ.pdf 12545 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1119_MAJ.pdf 12546 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1013_MAJ.pdf 12547 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1003_MAJ.pdf 12550 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/969_MAJ.pdf 12551 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/811_MAJ.pdf 12552 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/979_MAJ.pdf 12553 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/801_MAJ.pdf 12554 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/764_MAJ.pdf 12555 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/774_MAJ.pdf 12556 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/402_MAJ.pdf 12559 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/247_MAJ.pdf 12560 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/37_MAJ.pdf 12562 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/27_MAJ.pdf 12564 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1328_MAJ.pdf 12566 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/780_MAJ.pdf 12568 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1240_MAJ.pdf 12569 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/790_MAJ.pdf 12570 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/934_MAJ.pdf 12571 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/924_MAJ.pdf 12573 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/739_MAJ.pdf 12575 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/729_MAJ.pdf 12577 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/362_MAJ.pdf 12581 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1095_MAJ.pdf 12582 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1085_MAJ.pdf 12585 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/300_MAJ.pdf 12587 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/897_MAJ.pdf 12588 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/887_MAJ.pdf 12591 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/956_MAJ.pdf 12592 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/946_MAJ.pdf 12595 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/55_MAJ.pdf 12598 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/45_MAJ.pdf 12600 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1144_MAJ.pdf 12602 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/73_MAJ.pdf 12604 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/63_MAJ.pdf 12606 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/970_MAJ.pdf 12607 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/808_MAJ.pdf 12608 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/960_MAJ.pdf 12609 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/818_MAJ.pdf 12611 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1204_MAJ.pdf 12617 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/326_MAJ.pdf 12619 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/344_MAJ.pdf 12626 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1276_MAJ.pdf 12628 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/912_MAJ.pdf 12629 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/902_MAJ.pdf 12633 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1068_MAJ.pdf 12634 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1110_MAJ.pdf 12635 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1078_MAJ.pdf 12636 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1100_MAJ.pdf 12637 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/424_MAJ.pdf 12642 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/261_MAJ.pdf 12643 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/742_MAJ.pdf 12644 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1292_MAJ.pdf 12645 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/752_MAJ.pdf 12647 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/837_MAJ.pdf 12648 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/827_MAJ.pdf 12650 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/693_MAJ.pdf 12652 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1035_MAJ.pdf 12653 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1025_MAJ.pdf 12654 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1057_MAJ.pdf 12656 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1047_MAJ.pdf 12659 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/1249_MAJ.pdf 12660 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/799_MAJ.pdf 12663 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/789_MAJ.pdf 12664 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/855_MAJ.pdf 12665 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/845_MAJ.pdf 12667 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/720_MAJ.pdf 12669 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/730_MAJ.pdf 12670 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/994_MAJ.pdf 12671 /Users/farukcankaya/Google Drive/AllPapers/19_MAJ/984_MAJ.pdf 12691 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/27_JAIS.pdf 12693 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/106_JAIS.pdf 12699 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/12_JAIS.pdf 12700 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/13_JAIS.pdf 12706 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/65_JAIS.pdf 12715 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/46_JAIS.pdf 12716 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/47_JAIS.pdf 12718 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/188_JAIS.pdf 12720 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/274_JAIS.pdf 12737 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/159_JAIS.pdf 12747 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/301_JAIS.pdf 12758 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/122_JAIS.pdf 12771 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/117_JAIS.pdf 12782 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/129_JAIS.pdf 12786 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/143_JAIS.pdf 12788 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/57_JAIS.pdf 12797 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/21_JAIS.pdf 12800 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/213_JAIS.pdf 12803 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/69_JAIS.pdf 12807 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/87_JAIS.pdf 12808 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/86_JAIS.pdf 12813 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/149_JAIS.pdf 12817 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/62_JAIS.pdf 12818 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/63_JAIS.pdf 12837 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/39_JAIS.pdf 12841 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/71_JAIS.pdf 12851 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/127_JAIS.pdf 12856 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/33_JAIS.pdf 12865 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/59_JAIS.pdf 12870 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/11_JAIS.pdf 12874 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/82_JAIS.pdf 12883 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/89_JAIS.pdf 12887 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/146_JAIS.pdf 12891 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/3_JAIS.pdf 12892 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/2_JAIS.pdf 12905 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/102_JAIS.pdf 12923 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/141_JAIS.pdf 12928 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/54_JAIS.pdf 12931 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/4_JAIS.pdf 12934 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/23_JAIS.pdf 12945 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/93_JAIS.pdf 12974 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/35_JAIS.pdf 12977 /Users/farukcankaya/Google Drive/AllPapers/21_JAIS/169_JAIS.pdf 12984 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/235_MAR.pdf 12991 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/188_MAR.pdf 12997 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/402_MAR.pdf 12999 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/37_MAR.pdf 13000 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/27_MAR.pdf 13001 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/527_MAR.pdf 13002 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/372_MAR.pdf 13003 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/362_MAR.pdf 13006 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/278_MAR.pdf 13008 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/484_MAR.pdf 13009 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/55_MAR.pdf 13012 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/73_MAR.pdf 13013 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/2_MAR.pdf 13014 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/63_MAR.pdf 13015 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/191_MAR.pdf 13016 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/181_MAR.pdf 13017 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/128_MAR.pdf 13020 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/326_MAR.pdf 13024 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/511_MAR.pdf 13036 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/117_MAR.pdf 13038 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/175_MAR.pdf 13040 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/446_MAR.pdf 13041 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/97_MAR.pdf 13043 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/87_MAR.pdf 13047 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/129_MAR.pdf 13049 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/337_MAR.pdf 13051 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/3_MAR.pdf 13053 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/180_MAR.pdf 13054 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/190_MAR.pdf 13056 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/294_MAR.pdf 13057 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/10_MAR.pdf 13068 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/308_MAR.pdf 13070 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/106_MAR.pdf 13072 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/164_MAR.pdf 13073 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/174_MAR.pdf 13076 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/86_MAR.pdf 13078 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/96_MAR.pdf 13084 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/471_MAR.pdf 13088 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/152_MAR.pdf 13092 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/403_MAR.pdf 13098 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/189_MAR.pdf 13101 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/526_MAR.pdf 13102 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/26_MAR.pdf 13106 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/54_MAR.pdf 13108 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/301_MAR.pdf 13109 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/279_MAR.pdf 13115 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/149_MAR.pdf 13121 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/335_MAR.pdf 13125 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/192_MAR.pdf 13126 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/182_MAR.pdf 13128 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/1_MAR.pdf 13129 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/60_MAR.pdf 13130 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/94_MAR.pdf 13132 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/84_MAR.pdf 13135 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/210_MAR.pdf 13138 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/176_MAR.pdf 13141 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/104_MAR.pdf 13142 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/272_MAR.pdf 13143 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/262_MAR.pdf 13148 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/401_MAR.pdf 13149 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/411_MAR.pdf 13152 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/395_MAR.pdf 13157 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/150_MAR.pdf 13158 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/140_MAR.pdf 13163 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/56_MAR.pdf 13168 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/303_MAR.pdf 13169 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/524_MAR.pdf 13172 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/209_MAR.pdf 13176 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/24_MAR.pdf 13180 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/384_MAR.pdf 13183 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/400_MAR.pdf 13186 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/123_MAR.pdf 13189 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/151_MAR.pdf 13194 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/302_MAR.pdf 13196 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/496_MAR.pdf 13199 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/57_MAR.pdf 13204 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/208_MAR.pdf 13207 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/525_MAR.pdf 13209 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/148_MAR.pdf 13216 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/13_MAR.pdf 13217 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/183_MAR.pdf 13218 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/193_MAR.pdf 13219 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/61_MAR.pdf 13220 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/0_MAR.pdf 13223 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/419_MAR.pdf 13225 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/334_MAR.pdf 13226 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/201_MAR.pdf 13227 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/379_MAR.pdf 13230 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/454_MAR.pdf 13231 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/85_MAR.pdf 13233 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/95_MAR.pdf 13234 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/167_MAR.pdf 13235 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/177_MAR.pdf 13236 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/105_MAR.pdf 13244 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/172_MAR.pdf 13249 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/90_MAR.pdf 13251 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/80_MAR.pdf 13252 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/529_MAR.pdf 13253 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/423_MAR.pdf 13255 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/276_MAR.pdf 13256 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/266_MAR.pdf 13257 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/110_MAR.pdf 13258 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/100_MAR.pdf 13263 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/292_MAR.pdf 13266 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/5_MAR.pdf 13271 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/196_MAR.pdf 13272 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/186_MAR.pdf 13278 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/307_MAR.pdf 13281 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/483_MAR.pdf 13282 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/52_MAR.pdf 13290 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/89_MAR.pdf 13294 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/99_MAR.pdf 13295 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/391_MAR.pdf 13296 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/381_MAR.pdf 13298 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/126_MAR.pdf 13304 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/338_MAR.pdf 13305 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/232_MAR.pdf 13310 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/144_MAR.pdf 13313 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/53_MAR.pdf 13315 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/306_MAR.pdf 13317 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/118_MAR.pdf 13320 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/98_MAR.pdf 13322 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/88_MAR.pdf 13323 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/521_MAR.pdf 13329 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/127_MAR.pdf 13334 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/251_MAR.pdf 13337 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/380_MAR.pdf 13343 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/145_MAR.pdf 13346 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/173_MAR.pdf 13347 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/81_MAR.pdf 13348 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/528_MAR.pdf 13350 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/91_MAR.pdf 13353 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/215_MAR.pdf 13355 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/28_MAR.pdf 13356 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/267_MAR.pdf 13359 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/422_MAR.pdf 13360 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/101_MAR.pdf 13364 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/293_MAR.pdf 13372 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/248_MAR.pdf 13373 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/399_MAR.pdf 13374 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/389_MAR.pdf 13377 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/4_MAR.pdf 13378 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/187_MAR.pdf 13379 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/197_MAR.pdf 13382 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/523_MAR.pdf 13383 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/533_MAR.pdf 13384 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/168_MAR.pdf 13385 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/178_MAR.pdf 13389 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/480_MAR.pdf 13390 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/41_MAR.pdf 13395 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/304_MAR.pdf 13399 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/147_MAR.pdf 13408 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/253_MAR.pdf 13411 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/125_MAR.pdf 13413 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/382_MAR.pdf 13416 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/58_MAR.pdf 13419 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/103_MAR.pdf 13425 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/207_MAR.pdf 13426 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/93_MAR.pdf 13427 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/442_MAR.pdf 13428 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/83_MAR.pdf 13430 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/171_MAR.pdf 13434 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/195_MAR.pdf 13435 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/185_MAR.pdf 13442 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/350_MAR.pdf 13443 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/228_MAR.pdf 13448 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/102_MAR.pdf 13449 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/112_MAR.pdf 13454 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/488_MAR.pdf 13455 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/59_MAR.pdf 13459 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/82_MAR.pdf 13461 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/92_MAR.pdf 13462 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/206_MAR.pdf 13465 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/170_MAR.pdf 13466 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/184_MAR.pdf 13467 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/194_MAR.pdf 13479 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/14_MAR.pdf 13481 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/290_MAR.pdf 13485 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/522_MAR.pdf 13486 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/367_MAR.pdf 13488 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/179_MAR.pdf 13489 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/169_MAR.pdf 13490 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/305_MAR.pdf 13491 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/315_MAR.pdf 13495 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/40_MAR.pdf 13498 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/146_MAR.pdf 13502 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/220_MAR.pdf 13506 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/299_MAR.pdf 13508 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/383_MAR.pdf 13512 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/417_MAR.pdf 13514 /Users/farukcankaya/Google Drive/AllPapers/12_MAR/124_MAR.pdf 13523 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/906_AUF.pdf 13532 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/769_AUF.pdf 13536 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/567_AUF.pdf 13540 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/851_AUF.pdf 13541 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/841_AUF.pdf 13544 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/724_AUF.pdf 13549 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/217_AUF.pdf 13554 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/558_AUF.pdf 13566 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/392_AUF.pdf 13568 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/815_AUF.pdf 13569 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/760_AUF.pdf 13571 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/770_AUF.pdf 13585 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/157_AUF.pdf 13589 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/877_AUF.pdf 13590 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/867_AUF.pdf 13601 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/893_AUF.pdf 13602 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/883_AUF.pdf 13609 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/848_AUF.pdf 13610 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/858_AUF.pdf 13613 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/645_AUF.pdf 13617 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/376_AUF.pdf 13622 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/771_AUF.pdf 13624 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/761_AUF.pdf 13630 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/393_AUF.pdf 13631 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/814_AUF.pdf 13632 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/866_AUF.pdf 13633 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/876_AUF.pdf 13636 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/358_AUF.pdf 13638 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/348_AUF.pdf 13645 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/156_AUF.pdf 13656 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/882_AUF.pdf 13657 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/892_AUF.pdf 13658 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/636_AUF.pdf 13661 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/644_AUF.pdf 13664 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/367_AUF.pdf 13665 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/377_AUF.pdf 13667 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/522_AUF.pdf 13669 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/32_AUF.pdf 13670 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/859_AUF.pdf 13671 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/849_AUF.pdf 13672 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/907_AUF.pdf 13685 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/768_AUF.pdf 13688 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/566_AUF.pdf 13699 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/216_AUF.pdf 13706 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/840_AUF.pdf 13707 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/850_AUF.pdf 13709 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/696_AUF.pdf 13723 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/874_AUF.pdf 13724 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/154_AUF.pdf 13739 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/415_AUF.pdf 13740 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/763_AUF.pdf 13741 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/773_AUF.pdf 13744 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/816_AUF.pdf 13745 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/391_AUF.pdf 13757 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/599_AUF.pdf 13767 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/890_AUF.pdf 13768 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/109_AUF.pdf 13770 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/880_AUF.pdf 13790 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/16_AUF.pdf 13793 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/915_AUF.pdf 13794 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/905_AUF.pdf 13796 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/718_AUF.pdf 13804 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/820_AUF.pdf 13806 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/889_AUF.pdf 13807 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/899_AUF.pdf 13823 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/852_AUF.pdf 13824 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/842_AUF.pdf 13825 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/29_AUF.pdf 13835 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/389_AUF.pdf 13839 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/320_AUF.pdf 13846 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/719_AUF.pdf 13855 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/904_AUF.pdf 13856 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/914_AUF.pdf 13857 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/898_AUF.pdf 13860 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/888_AUF.pdf 13868 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/843_AUF.pdf 13869 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/853_AUF.pdf 13889 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/155_AUF.pdf 13894 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/865_AUF.pdf 13895 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/875_AUF.pdf 13896 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/817_AUF.pdf 13897 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/380_AUF.pdf 13898 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/390_AUF.pdf 13899 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/414_AUF.pdf 13907 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/772_AUF.pdf 13908 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/762_AUF.pdf 13912 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/31_AUF.pdf 13920 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/521_AUF.pdf 13924 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/881_AUF.pdf 13925 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/891_AUF.pdf 13937 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/34_AUF.pdf 13941 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/209_AUF.pdf 13942 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/371_AUF.pdf 13944 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/361_AUF.pdf 13948 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/556_AUF.pdf 13951 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/894_AUF.pdf 13952 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/884_AUF.pdf 13953 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/620_AUF.pdf 13969 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/870_AUF.pdf 13970 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/908_AUF.pdf 13971 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/918_AUF.pdf 13975 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/395_AUF.pdf 13977 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/812_AUF.pdf 13979 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/122_AUF.pdf 13980 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/767_AUF.pdf 13982 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/579_AUF.pdf 13984 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/569_AUF.pdf 13991 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/114_AUF.pdf 14000 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/846_AUF.pdf 14001 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/723_AUF.pdf 14005 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/368_AUF.pdf 14006 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/200_AUF.pdf 14007 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/378_AUF.pdf 14022 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/570_AUF.pdf 14024 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/325_AUF.pdf 14026 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/347_AUF.pdf 14032 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/869_AUF.pdf 14033 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/911_AUF.pdf 14034 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/879_AUF.pdf 14035 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/901_AUF.pdf 14037 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/286_AUF.pdf 14049 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/115_AUF.pdf 14052 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/722_AUF.pdf 14057 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/379_AUF.pdf 14059 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/369_AUF.pdf 14063 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/847_AUF.pdf 14068 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/571_AUF.pdf 14077 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/900_AUF.pdf 14078 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/878_AUF.pdf 14079 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/910_AUF.pdf 14080 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/868_AUF.pdf 14082 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/287_AUF.pdf 14087 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/356_AUF.pdf 14092 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/643_AUF.pdf 14094 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/525_AUF.pdf 14097 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/370_AUF.pdf 14098 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/208_AUF.pdf 14102 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/698_AUF.pdf 14113 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/759_AUF.pdf 14114 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/885_AUF.pdf 14115 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/895_AUF.pdf 14116 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/861_AUF.pdf 14117 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/909_AUF.pdf 14118 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/871_AUF.pdf 14127 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/766_AUF.pdf 14128 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/123_AUF.pdf 14137 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/394_AUF.pdf 14141 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/813_AUF.pdf 14147 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/456_AUF.pdf 14149 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/720_AUF.pdf 14153 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/855_AUF.pdf 14154 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/845_AUF.pdf 14159 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/117_AUF.pdf 14163 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/309_AUF.pdf 14170 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/912_AUF.pdf 14171 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/902_AUF.pdf 14183 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/326_AUF.pdf 14190 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/818_AUF.pdf 14196 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/45_AUF.pdf 14198 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/897_AUF.pdf 14199 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/887_AUF.pdf 14208 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/372_AUF.pdf 14209 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/362_AUF.pdf 14217 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/412_AUF.pdf 14222 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/764_AUF.pdf 14223 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/774_AUF.pdf 14225 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/811_AUF.pdf 14227 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/396_AUF.pdf 14230 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/873_AUF.pdf 14231 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/716_AUF.pdf 14232 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/153_AUF.pdf 14233 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/143_AUF.pdf 14242 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/886_AUF.pdf 14243 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/896_AUF.pdf 14256 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/536_AUF.pdf 14258 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/363_AUF.pdf 14259 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/373_AUF.pdf 14265 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/397_AUF.pdf 14268 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/413_AUF.pdf 14270 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/765_AUF.pdf 14271 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/120_AUF.pdf 14275 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/717_AUF.pdf 14277 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/509_AUF.pdf 14283 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/872_AUF.pdf 14284 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/844_AUF.pdf 14285 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/854_AUF.pdf 14288 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/457_AUF.pdf 14292 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/202_AUF.pdf 14293 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/212_AUF.pdf 14297 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/721_AUF.pdf 14300 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/116_AUF.pdf 14319 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/294_AUF.pdf 14320 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/903_AUF.pdf 14321 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/913_AUF.pdf 14323 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/819_AUF.pdf 14327 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/72_AUF.pdf 14328 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/327_AUF.pdf 14330 /Users/farukcankaya/Google Drive/AllPapers/17_AUF/572_AUF.pdf 14339 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/510_AAAJ.pdf 14341 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/777_AAAJ.pdf 14346 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/11_AAAJ.pdf 14347 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/10_AAAJ.pdf 14349 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/583_AAAJ.pdf 14350 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/559_AAAJ.pdf 14353 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/9_AAAJ.pdf 14354 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/8_AAAJ.pdf 14364 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/636_AAAJ.pdf 14367 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/825_AAAJ.pdf 14377 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/426_AAAJ.pdf 14384 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/255_AAAJ.pdf 14389 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/67_AAAJ.pdf 14390 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/793_AAAJ.pdf 14393 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/950_AAAJ.pdf 14395 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/52_AAAJ.pdf 14402 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/3_AAAJ.pdf 14403 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/2_AAAJ.pdf 14408 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/321_AAAJ.pdf 14411 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/589_AAAJ.pdf 14412 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/919_AAAJ.pdf 14413 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/674_AAAJ.pdf 14414 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/412_AAAJ.pdf 14415 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/413_AAAJ.pdf 14418 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/229_AAAJ.pdf 14421 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/811_AAAJ.pdf 14430 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/798_AAAJ.pdf 14431 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/465_AAAJ.pdf 14436 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/690_AAAJ.pdf 14441 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/25_AAAJ.pdf 14443 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/24_AAAJ.pdf 14445 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/524_AAAJ.pdf 14448 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/216_AAAJ.pdf 14456 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/621_AAAJ.pdf 14457 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/447_AAAJ.pdf 14458 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/844_AAAJ.pdf 14459 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/845_AAAJ.pdf 14465 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/668_AAAJ.pdf 14469 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/507_AAAJ.pdf 14477 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/479_AAAJ.pdf 14485 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/571_AAAJ.pdf 14489 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/38_AAAJ.pdf 14493 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/39_AAAJ.pdf 14498 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/430_AAAJ.pdf 14499 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/656_AAAJ.pdf 14506 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/497_AAAJ.pdf 14507 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/807_AAAJ.pdf 14508 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/496_AAAJ.pdf 14513 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/150_AAAJ.pdf 14514 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/663_AAAJ.pdf 14515 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/405_AAAJ.pdf 14516 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/404_AAAJ.pdf 14521 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/545_AAAJ.pdf 14524 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/118_AAAJ.pdf 14526 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/119_AAAJ.pdf 14528 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/946_AAAJ.pdf 14532 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/532_AAAJ.pdf 14535 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/200_AAAJ.pdf 14536 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/839_AAAJ.pdf 14540 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/32_AAAJ.pdf 14543 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/33_AAAJ.pdf 14544 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/931_AAAJ.pdf 14556 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/615_AAAJ.pdf 14558 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/843_AAAJ.pdf 14559 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/842_AAAJ.pdf 14563 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/548_AAAJ.pdf 14564 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/115_AAAJ.pdf 14566 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/373_AAAJ.pdf 14571 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/441_AAAJ.pdf 14584 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/592_AAAJ.pdf 14586 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/711_AAAJ.pdf 14599 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/835_AAAJ.pdf 14607 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/305_AAAJ.pdf 14611 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/437_AAAJ.pdf 14612 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/598_AAAJ.pdf 14613 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/599_AAAJ.pdf 14621 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/800_AAAJ.pdf 14633 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/941_AAAJ.pdf 14635 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/725_AAAJ.pdf 14636 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/543_AAAJ.pdf 14644 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/35_AAAJ.pdf 14646 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/34_AAAJ.pdf 14647 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/936_AAAJ.pdf 14661 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/613_AAAJ.pdf 14663 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/474_AAAJ.pdf 14668 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/678_AAAJ.pdf 14669 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/16_AAAJ.pdf 14670 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/17_AAAJ.pdf 14673 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/84_AAAJ.pdf 14674 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/85_AAAJ.pdf 14676 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/771_AAAJ.pdf 14679 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/225_AAAJ.pdf 14685 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/630_AAAJ.pdf 14687 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/457_AAAJ.pdf 14689 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/738_AAAJ.pdf 14690 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/739_AAAJ.pdf 14694 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/28_AAAJ.pdf 14696 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/29_AAAJ.pdf 14699 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/421_AAAJ.pdf 14701 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/646_AAAJ.pdf 14702 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/420_AAAJ.pdf 14707 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/529_AAAJ.pdf 14708 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/528_AAAJ.pdf 14712 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/469_AAAJ.pdf 14714 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/60_AAAJ.pdf 14717 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/706_AAAJ.pdf 14719 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/561_AAAJ.pdf 14720 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/707_AAAJ.pdf 14721 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/252_AAAJ.pdf 14726 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/733_AAAJ.pdf 14727 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/4_AAAJ.pdf 14728 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/5_AAAJ.pdf 14734 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/108_AAAJ.pdf 14738 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/817_AAAJ.pdf 14741 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/327_AAAJ.pdf 14744 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/326_AAAJ.pdf 14747 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/672_AAAJ.pdf 14750 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/259_AAAJ.pdf 14758 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/463_AAAJ.pdf 14759 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/523_AAAJ.pdf 14761 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/744_AAAJ.pdf 14762 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/522_AAAJ.pdf 14764 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/828_AAAJ.pdf 14769 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/921_AAAJ.pdf 14770 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/920_AAAJ.pdf 14772 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/22_AAAJ.pdf 14773 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/23_AAAJ.pdf 14778 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/804_AAAJ.pdf 14780 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/805_AAAJ.pdf 14781 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/660_AAAJ.pdf 14798 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/47_AAAJ.pdf 14800 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/944_AAAJ.pdf 14804 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/203_AAAJ.pdf 14807 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/756_AAAJ.pdf 14811 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/31_AAAJ.pdf 14812 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/30_AAAJ.pdf 14814 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/933_AAAJ.pdf 14820 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/578_AAAJ.pdf 14823 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/471_AAAJ.pdf 14825 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/616_AAAJ.pdf 14830 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/124_AAAJ.pdf 14833 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/445_AAAJ.pdf 14843 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/847_AAAJ.pdf 14844 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/846_AAAJ.pdf 14852 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/504_AAAJ.pdf 14853 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/505_AAAJ.pdf 14866 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/715_AAAJ.pdf 14871 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/433_AAAJ.pdf 14881 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/208_AAAJ.pdf 14883 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/830_AAAJ.pdf 14891 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/262_AAAJ.pdf 14892 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/263_AAAJ.pdf 14897 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/1_AAAJ.pdf 14902 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/18_AAAJ.pdf 14906 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/19_AAAJ.pdf 14912 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/812_AAAJ.pdf 14925 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/693_AAAJ.pdf 14926 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/925_AAAJ.pdf 14928 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/26_AAAJ.pdf 14929 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/27_AAAJ.pdf 14932 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/287_AAAJ.pdf 14937 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/526_AAAJ.pdf 14938 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/740_AAAJ.pdf 14939 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/221_AAAJ.pdf 14944 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/818_AAAJ.pdf 14947 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/775_AAAJ.pdf 14951 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/12_AAAJ.pdf 14952 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/329_AAAJ.pdf 14953 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/328_AAAJ.pdf 14954 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/13_AAAJ.pdf 14955 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/581_AAAJ.pdf 14957 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/194_AAAJ.pdf 14973 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/827_AAAJ.pdf 14977 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/424_AAAJ.pdf 14978 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/642_AAAJ.pdf 14982 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/170_AAAJ.pdf 14986 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/699_AAAJ.pdf 15000 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/557_AAAJ.pdf 15003 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/199_AAAJ.pdf 15004 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/7_AAAJ.pdf 15005 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/6_AAAJ.pdf 15009 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/56_AAAJ.pdf 15016 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/814_AAAJ.pdf 15018 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/815_AAAJ.pdf 15019 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/416_AAAJ.pdf 15023 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/324_AAAJ.pdf 15026 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/325_AAAJ.pdf 15033 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/460_AAAJ.pdf 15043 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/520_AAAJ.pdf 15049 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/922_AAAJ.pdf 15050 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/923_AAAJ.pdf 15051 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/21_AAAJ.pdf 15052 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/20_AAAJ.pdf 15057 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/15_AAAJ.pdf 15059 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/14_AAAJ.pdf 15060 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/149_AAAJ.pdf 15061 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/586_AAAJ.pdf 15065 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/87_AAAJ.pdf 15067 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/514_AAAJ.pdf 15071 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/633_AAAJ.pdf 15088 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/176_AAAJ.pdf 15093 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/820_AAAJ.pdf 15096 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/219_AAAJ.pdf 15102 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/796_AAAJ.pdf 15103 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/251_AAAJ.pdf 15112 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/400_AAAJ.pdf 15117 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/509_AAAJ.pdf 15118 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/508_AAAJ.pdf 15119 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/803_AAAJ.pdf 15120 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/493_AAAJ.pdf 15122 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/492_AAAJ.pdf 15124 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/40_AAAJ.pdf 15126 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/943_AAAJ.pdf 15130 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/273_AAAJ.pdf 15135 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/36_AAAJ.pdf 15136 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/37_AAAJ.pdf 15148 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/536_AAAJ.pdf 15149 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/610_AAAJ.pdf 15150 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/476_AAAJ.pdf 15151 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/477_AAAJ.pdf 15156 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/123_AAAJ.pdf 15159 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/682_AAAJ.pdf 15166 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/841_AAAJ.pdf 15169 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/443_AAAJ.pdf 15173 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/371_AAAJ.pdf 15175 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/948_AAAJ.pdf 15177 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/499_AAAJ.pdf 15178 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/809_AAAJ.pdf 15180 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/808_AAAJ.pdf 15181 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/231_AAAJ.pdf 15183 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/503_AAAJ.pdf 15189 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/591_AAAJ.pdf 15191 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/339_AAAJ.pdf 15194 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/689_AAAJ.pdf 15198 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/574_AAAJ.pdf 15205 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/129_AAAJ.pdf 15212 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/653_AAAJ.pdf 15213 /Users/farukcankaya/Google Drive/AllPapers/7_AAAJ/652_AAAJ.pdf Name: file_path, dtype: object
time: 239 ms
dt3c.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 15219 entries, 0 to 15218 Data columns (total 10 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15219 non-null object 1 Author 7808 non-null object 2 date 15006 non-null object 3 title 13571 non-null object 4 content_3 15219 non-null object 5 content_5 15219 non-null object 6 content_10 15219 non-null object 7 content_3_lang 15219 non-null object 8 content_5_lang 15219 non-null object 9 content_10_lang 15219 non-null object dtypes: object(10) memory usage: 1.2+ MB time: 117 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
dt3c = dt3c.drop(non_matched_indexes)
time: 19.9 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
dt3c.info()
<class 'pandas.core.frame.DataFrame'> Int64Index: 11014 entries, 0 to 15218 Data columns (total 10 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 11014 non-null object 1 Author 5799 non-null object 2 date 11002 non-null object 3 title 10051 non-null object 4 content_3 11014 non-null object 5 content_5 11014 non-null object 6 content_10 11014 non-null object 7 content_3_lang 11014 non-null object 8 content_5_lang 11014 non-null object 9 content_10_lang 11014 non-null object dtypes: object(10) memory usage: 946.5+ KB time: 17.2 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
dt3c.reset_index(drop=True, inplace=True)
dt3c.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 11014 entries, 0 to 11013 Data columns (total 10 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 11014 non-null object 1 Author 5799 non-null object 2 date 11002 non-null object 3 title 10051 non-null object 4 content_3 11014 non-null object 5 content_5 11014 non-null object 6 content_10 11014 non-null object 7 content_3_lang 11014 non-null object 8 content_5_lang 11014 non-null object 9 content_10_lang 11014 non-null object dtypes: object(10) memory usage: 860.6+ KB time: 16.2 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
dt3c.to_pickle('en_cleaned_stop_words_lemmatized_3_5_10.pkl')
from wordcloud import WordCloud
wordcloud = WordCloud(
background_color='white',
stopwords=stop_list,
max_words=500,
max_font_size=40,
random_state=42
).generate(str(dt3c['content_3']))
print(wordcloud)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
<wordcloud.wordcloud.WordCloud object at 0x1226510d0> time: 1min 28s
import matplotlib.pyplot as plt
fig = plt.figure(1)
plt.imshow(wordcloud)
plt.axis('off')
plt.show();
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 725 ms
NUM_OF_TOPICS = 70
NUM_OF_WORDS_IN_EACH_TOPIC = 20
time: 6.18 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer
from sklearn.decomposition import LatentDirichletAllocation
time: 754 µs
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
from plotly.offline import plot
import plotly.graph_objects as go
import plotly.express as px
def get_top_n_words(corpus, n=None):
vec = CountVectorizer(stop_words=stop_list).fit(corpus)
bag_of_words = vec.transform(corpus)
sum_words = bag_of_words.sum(axis=0)
words_freq = [(word, sum_words[0, idx]) for word, idx in vec.vocabulary_.items()]
words_freq =sorted(words_freq, key = lambda x: x[1], reverse=True)
return words_freq[:n]
common_words = get_top_n_words(dt3c['content_10'], NUM_OF_WORDS_IN_EACH_TOPIC)
df2 = pd.DataFrame(common_words, columns = ['unigram' , 'count'])
fig = go.Figure([go.Bar(x=df2['unigram'], y=df2['count'])])
fig.update_layout(title=go.layout.Title(text="Top {} unigrams in the paper after removing stop words".format(NUM_OF_WORDS_IN_EACH_TOPIC)))
fig.show()
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/feature_extraction/text.py:382: UserWarning: Your stop_words may be inconsistent with your preprocessing. Tokenizing the stop words generated tokens ['002', 'ain', 'aren', 'bosnia', 'couldn', 'dist', 'female', 'genealogy', 'gov', 'hadn', 'hasn', 'herzegovina', 'http', 'isn', 'list_of_most_common_surnames', 'll', 'male', 'names', 'org', 'rep', 'shouldn', 've', 'wasn', 'weren', 'wiki', 'wikipedia', 'wouldn', 'www', 'yug'] not in stop_words.
time: 1min 2s
def get_top_n_bigram(corpus, n=None):
vec = CountVectorizer(ngram_range=(2, 2), stop_words=stop_list).fit(corpus)
bag_of_words = vec.transform(corpus)
sum_words = bag_of_words.sum(axis=0)
words_freq = [(word, sum_words[0, idx]) for word, idx in vec.vocabulary_.items()]
words_freq =sorted(words_freq, key = lambda x: x[1], reverse=True)
return words_freq[:n]
common_words = get_top_n_bigram(dt3c['content_10'], NUM_OF_WORDS_IN_EACH_TOPIC)
df3 = pd.DataFrame(common_words, columns = ['bigram' , 'count'])
fig = go.Figure([go.Bar(x=df3['bigram'], y=df3['count'])])
fig.update_layout(title=go.layout.Title(text="Top {} bigrams in the paper after removing stop words".format(NUM_OF_WORDS_IN_EACH_TOPIC)))
fig.show()
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 2min 46s
"""
dt3c = pd.DataFrame(dt, columns=['file_path', 'Author', 'date', 'title'])
dt3c['content_3'] = dt['en_clean_content_3_stop_words_lemma']
dt3c.info()
unknown_lang_indexes = dt.index[dt['en_clean_content_3_lang'].str.match('UNKNOWN')]
dt3c = dt3c.drop(unknown_lang_indexes)
dt3c.info()
dt3c.reset_index(drop=True, inplace=True)
dt3c.info()
"""
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
"\ndt3c = pd.DataFrame(dt, columns=['file_path', 'Author', 'date', 'title'])\ndt3c['content_3'] = dt['en_clean_content_3_stop_words_lemma']\n\ndt3c.info()\n\nunknown_lang_indexes = dt.index[dt['en_clean_content_3_lang'].str.match('UNKNOWN')]\ndt3c = dt3c.drop(unknown_lang_indexes)\n\ndt3c.info()\ndt3c.reset_index(drop=True, inplace=True)\ndt3c.info()\n"
time: 72.6 ms
dt3c.info()
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
<class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Data columns (total 10 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15150 non-null object 1 Author 7758 non-null object 2 date 14937 non-null object 3 title 13503 non-null object 4 content_3 15150 non-null object 5 content_5 15150 non-null object 6 content_10 15150 non-null object 7 content_3_lang 15150 non-null object 8 content_5_lang 15150 non-null object 9 content_10_lang 15150 non-null object dtypes: object(10) memory usage: 1.2+ MB time: 4.02 s
import pyLDAvis
import pyLDAvis.sklearn
count_vectorizer = CountVectorizer(analyzer='word',
min_df=3,
stop_words=stop_list,
lowercase=True,
token_pattern='[a-zA-Z0-9]{3,}',
max_features=5000)
data_vectorized = count_vectorizer.fit_transform(dt3c['content_10'])
lda_model = LatentDirichletAllocation(n_components=NUM_OF_TOPICS, # Number of topics
learning_method='online',
random_state=0,
n_jobs = -1 # Use all available CPUs
)
lda_output = lda_model.fit_transform(data_vectorized)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/feature_extraction/text.py:382: UserWarning: Your stop_words may be inconsistent with your preprocessing. Tokenizing the stop words generated tokens ['002', 'ain', 'aren', 'bosnia', 'common', 'couldn', 'dist', 'female', 'genealogy', 'gov', 'hadn', 'hasn', 'herzegovina', 'http', 'isn', 'list', 'male', 'names', 'ncipe', 'nomm', 'org', 'rdoba', 'rep', 'shouldn', 'taient', 'tat', 'tions', 'tre', 'wasn', 'weren', 'wiki', 'wikipedia', 'wouldn', 'www', 'yug'] not in stop_words.
time: 6min 47s
By default the topics are projected to the 2D plane using PCoA on a distance matrix created using the Jensen-Shannon divergence on the topic-term distributions. You can pass in a different multidimensional scaling function via the mds parameter. In addition to pcoa, other provided options are tsne and mmds which operate on the same JS-divergence distance matrix. Both tsne and mmds require that you have sklearn installed.
Dimension reduction via Jensen-Shannon Divergence &
We used tsne below. Check for others: https://nbviewer.jupyter.org/github/bmabey/pyLDAvis/blob/master/notebooks/pyLDAvis_overview.ipynb Also check to learn how LDAVis works: https://cran.r-project.org/web/packages/LDAvis/vignettes/details.pdf And check the LDAVis from the original paper: https://nlp.stanford.edu/events/illvi2014/papers/sievert-illvi2014.pdf Why LDAVis presentation: https://speakerdeck.com/bmabey/visualizing-topic-models
pyLDAvis.enable_notebook()
pyLDAvis.sklearn.prepare(lda_model, data_vectorized, count_vectorizer, mds='tsne')
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 29 s
print(count_vectorizer)
CountVectorizer(analyzer='word', binary=False, decode_error='strict',
dtype=<class 'numpy.int64'>, encoding='utf-8', input='content',
lowercase=True, max_df=1.0, max_features=5000, min_df=3,
ngram_range=(1, 1), preprocessor=None,
stop_words=frozenset({'(former', '.002%.', '1990', '>', 'a',
"a's", 'aaron', 'abbey', 'abbie',
'abbott', 'abby', 'abdul', 'abdullah',
'abe', 'abel', 'abell', 'abercrombie',
'abernathy', 'abeyta', 'abigail', 'able',
'ables', 'abner', 'abney', 'about',
'above', 'abraham', 'abram', 'abrams',
'abramson', ...}),
strip_accents=None, token_pattern='[a-zA-Z0-9]{3,}',
tokenizer=None, vocabulary=None)
time: 8.31 s
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
print(data_vectorized.toarray())
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
[[0 0 0 ... 0 0 0] [0 0 0 ... 0 0 0] [0 0 0 ... 0 0 0] ... [0 0 0 ... 0 0 0] [0 0 1 ... 0 0 0] [0 0 0 ... 0 0 0]] time: 320 ms
topic_names = []
for i in range(NUM_OF_TOPICS):
topic_names.append("Topic {}".format(i+1))
time: 533 µs
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
def show_topics(vectorizer, lda_model, n_words):
keywords = np.array(vectorizer.get_feature_names())
topic_keywords = []
for topic_weights in lda_model.components_:
top_keyword_locs = (-topic_weights).argsort()[:n_words]
topic_keywords.append(keywords.take(top_keyword_locs))
return topic_keywords
topic_keywords = show_topics(vectorizer=count_vectorizer, lda_model=lda_model, n_words=NUM_OF_WORDS_IN_EACH_TOPIC)
df_topic_keywords = pd.DataFrame(topic_keywords)
df_topic_keywords.columns = ['Word '+str(i) for i in range(df_topic_keywords.shape[1])]
df_topic_keywords.index = ['Topic '+str(i) for i in range(df_topic_keywords.shape[0])]
df_topic_keywords['topic_theme'] = topic_names
df_topic_keywords.set_index('topic_theme', inplace=True)
df_topic_keywords.T
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
| topic_theme | Topic 1 | Topic 2 | Topic 3 | Topic 4 | Topic 5 | Topic 6 | Topic 7 | Topic 8 | Topic 9 | Topic 10 | Topic 11 | Topic 12 | Topic 13 | Topic 14 | Topic 15 | Topic 16 | Topic 17 | Topic 18 | Topic 19 | Topic 20 | Topic 21 | Topic 22 | Topic 23 | Topic 24 | Topic 25 | Topic 26 | Topic 27 | Topic 28 | Topic 29 | Topic 30 | Topic 31 | Topic 32 | Topic 33 | Topic 34 | Topic 35 | Topic 36 | Topic 37 | Topic 38 | Topic 39 | Topic 40 | Topic 41 | Topic 42 | Topic 43 | Topic 44 | Topic 45 | Topic 46 | Topic 47 | Topic 48 | Topic 49 | Topic 50 | Topic 51 | Topic 52 | Topic 53 | Topic 54 | Topic 55 | Topic 56 | Topic 57 | Topic 58 | Topic 59 | Topic 60 | Topic 61 | Topic 62 | Topic 63 | Topic 64 | Topic 65 | Topic 66 | Topic 67 | Topic 68 | Topic 69 | Topic 70 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Word 0 | author | study | event | credit | management | issue | disclosure | auditor | investment | organisation | market | restatement | internal | tax | period | datum | firm | government | manager | error | company | work | environmental | participant | oil | student | ination | analyst | quality | audit | option | dividend | customer | model | cost | return | revenue | concept | employee | risk | tax | innovation | adoption | regulation | asset | percent | corporate | accounting | financial | target | earning | forecast | practice | report | fraud | account | perance | segment | contract | level | research | compensation | asset | director | public | foreign | debt | investor | industry | technology |
| Word 1 | article | group | press | rating | process | review | ination | client | capital | organisational | competition | firm | control | avoidance | profit | process | variable | local | agent | adjustment | list | worker | social | decision | cpa | education | conservatism | recommendation | audit | auditor | atility | share | product | variable | production | market | expenditure | approach | trust | factor | rate | corruption | network | regulatory | intangible | table | governance | standard | report | filing | accrual | earning | theory | communication | litigation | accounting | measure | profitability | transaction | variable | accounting | incentive | loss | shareholder | sector | gaap | covenant | institutional | firm | user |
| Word 2 | publisher | survey | release | bank | control | stage | disclose | audit | equity | behaviour | economy | match | external | subsidiary | change | ination | control | policy | effort | misstatement | report | woman | stakeholder | task | preparer | accounting | asymmetry | coverage | oion | auditing | acquisition | repurchase | supplier | estimate | efficiency | trading | program | view | relationship | premium | income | privatisation | adopt | compliance | impairment | panel | index | account | reporting | bid | firm | analyst | social | language | security | social | evaluation | operate | party | budget | paper | executive | income | ownership | private | domestic | lender | ination | level | ination |
| Word 3 | publication | response | merger | crisis | organization | letter | untary | big | growth | recognise | economic | turnover | management | taxis | increase | method | effect | pension | incentive | materiality | study | labor | report | effect | gas | university | accounting | revision | variable | partner | exercise | pay | uncertainty | return | transfer | announcement | expense | term | behavior | assessment | taxis | crime | mandatory | requirement | goodwill | total | transparency | base | statement | file | management | management | accounting | content | legal | accountant | manager | item | lease | item | researcher | pay | financial | control | service | list | borrower | offer | measure | medium |
| Word 4 | include | respondent | conference | financial | manager | joint | cost | evidence | flow | labour | competitive | reputation | weakness | taxpayer | pre | procedure | level | political | choice | material | companys | job | accountability | judgment | affiliate | school | news | research | concern | service | acquirer | shareholder | supply | regression | product | trade | organization | point | negotiation | exposure | effect | sanction | institutional | public | write | firm | derivative | set | committee | takeover | flow | firm | study | narrative | liability | economic | measurement | operating | payment | study | academic | bonus | liability | agency | hospital | difference | leverage | market | peer | internet |
| Word 5 | style | cent | pro | banking | strategy | paper | provide | firm | return | programme | product | financial | auditor | income | method | analysis | result | plan | expect | threshold | business | gender | sustainability | condition | leader | skill | conservative | buy | report | independence | acquire | payout | relationship | coefficient | function | portfolio | spend | framework | organizational | portfolio | taxation | police | effect | regulator | reserve | report | financial | economic | management | filer | discretionary | error | research | analysis | fraudulent | political | base | classification | transfer | effect | journal | ceo | statement | family | health | comparability | financing | institution | specialist | web |
| Word 6 | table | professional | increase | rate | business | venture | report | office | asset | analyse | demand | restate | material | position | inventory | identify | study | benefit | model | statement | number | family | csr | experiment | leadership | learn | measure | brokerage | study | work | employee | ratio | chain | result | unit | insider | activity | question | commitment | risky | increase | criminal | benefit | enforcement | sfa | number | mechanism | financial | user | bidder | future | accuracy | knowledge | text | action | society | financial | aggregate | agreement | result | study | base | net | monitor | care | home | cost | investment | specific | business |
| Word 7 | submit | question | charge | market | strategic | offer | firm | switch | valuation | emphasise | competitor | period | function | planning | depreciation | technique | hypothesis | fiscal | set | account | industry | female | corporate | ination | certification | knowledge | report | ination | model | audits | share | payment | service | test | level | abnormal | total | paper | individual | increase | gain | disciplinary | study | regime | expense | observation | practice | issue | expert | accelerate | abnormal | announcement | actor | image | lawsuit | work | indicator | report | property | test | publish | perance | balance | independent | insurance | reconciliation | private | issue | expertise | access |
| Word 8 | submission | ethical | period | default | organizational | patent | investor | increase | project | organise | compete | accounting | report | foreign | result | study | increase | region | equilibrium | pressure | group | age | legitimacy | experimental | hire | business | bad | report | result | professional | expense | policy | buyer | measure | base | period | nonprofit | principle | subordinate | business | individual | activity | increase | legal | firm | variable | policy | practice | member | offer | income | guidance | process | study | detection | people | study | operation | term | hypothesis | author | ceos | gain | management | patient | financial | contract | share | variable | site |
| Word 9 | editor | perception | announcement | agency | activity | receive | mandatory | practice | market | centre | increase | control | section | aggressive | decline | base | measure | public | contract | difference | total | individual | issue | evidence | candidate | accountant | timeliness | issue | tenure | firm | equity | cent | outsource | equation | output | event | profit | issue | norm | level | marginal | bribery | adopter | provision | recognition | result | level | principle | provide | premium | measure | issue | change | document | detect | profession | objective | shift | structure | factor | account | plan | sheet | member | provide | earning | creditor | entrepreneur | share | software |
| Word 10 | text | factor | firm | capital | project | proposal | increase | engagement | rate | characterise | profit | action | effectiveness | multinational | difference | approach | size | central | increase | correction | financial | employer | emission | result | incumbent | professional | timely | provide | auditor | practice | method | gain | purchase | base | demand | ination | spending | fact | perceive | assess | taxable | punishment | implementation | require | report | statistic | corporation | process | ination | deadline | current | surprise | work | complexity | court | business | research | diversification | arrangement | individual | issue | increase | current | governance | government | exchange | financial | mutual | sic | store |
| Word 11 | publish | result | pre | asset | interview | round | study | research | invest | summarise | crash | event | effective | corporate | end | problem | cost | level | choose | detect | size | employment | responsibility | experience | face | chapter | conditional | investment | total | provide | expect | market | partner | ratio | profit | reaction | donor | argument | role | beta | capital | individual | connection | inspection | estimate | average | study | method | include | document | manager | expectation | structure | impression | damage | history | result | business | balance | control | article | equity | accounting | monitoring | department | report | term | offering | size | online |
| Word 12 | reference | table | evidence | liquidity | resource | process | manager | result | term | behavioural | effect | announcement | result | pay | trend | type | list | municipality | assume | correct | exchange | employee | reporting | research | follower | academic | role | number | measure | team | estimate | split | outsourcing | empirical | resource | trader | increase | problem | social | systematic | reduce | collar | change | standard | allowance | datum | code | framework | require | report | report | news | institutional | tone | auditor | professional | improve | firm | contractual | table | management | contract | valuation | manager | policy | exclusion | default | underwriter | result | service |
| Word 13 | citation | research | restructuring | spread | change | initial | require | auditing | discount | realise | rival | clawback | auditing | evasion | distribution | level | test | budget | principal | financial | table | human | impact | individual | reviewer | teach | account | hold | financial | profession | firm | imputation | retail | expect | increase | result | contribution | idea | job | expect | net | illegal | cost | act | future | significant | market | decision | company | section | manage | manager | individual | visual | breach | world | factor | line | obligation | scale | area | managerial | future | structure | insurer | item | equity | issuer | specialization | electronic |
| Word 14 | manuscript | difference | manager | increase | decision | section | news | expect | future | utilise | advantage | result | problem | measure | report | data | suggest | national | decision | percent | subsidiary | life | community | provide | affiliation | training | financial | follow | issue | public | future | australian | ination | future | consumption | news | ratio | objective | conflict | measure | defer | prison | tie | legislation | discretion | test | structure | provide | issue | acquisition | result | ination | context | category | loss | member | metric | profit | contracting | score | literature | sensitivity | flow | corporate | provider | investor | violation | private | digit | website |
| Word 15 | double | significant | reg | level | manage | request | item | issue | expect | spanish | entry | variable | financial | authority | decrease | application | market | regional | probability | result | significant | wage | carbon | subject | certify | account | quality | accuracy | include | engagement | base | yield | industry | effect | pricing | study | resource | reality | organization | specific | loss | suspect | examine | regulate | loss | ratio | australian | policy | expertise | dialogic | increase | actual | understand | sentence | claim | public | employee | disaggregate | base | task | review | tournament | item | share | medical | result | ratio | public | number | usage |
| Word 16 | figure | perceive | change | security | role | reviewer | policy | litigation | finance | hotel | trade | include | deficiency | transfer | inflation | number | literature | funding | report | adjust | previous | household | activity | hypothesis | successful | experience | decision | conflict | increase | quality | valuation | increase | manufacturer | term | utility | size | donation | present | intention | pricing | difference | prospector | diffusion | protection | recognize | include | legal | setter | accounting | ination | evidence | consensus | role | positive | failure | role | ination | sfa | purchase | significant | theory | salary | account | committee | efficiency | border | increase | broker | study | consumer |
| Word 17 | entry | australian | announce | mortgage | development | final | bad | provide | opportunity | sector | pressure | misreporte | iaf | strategy | table | design | positive | official | signal | assessment | type | career | include | affect | preparation | learning | demand | base | size | client | reprice | distribute | alliance | correlation | activity | average | include | element | fairness | financial | result | bribe | connect | set | accounting | median | role | development | process | tag | negative | dispersion | action | message | juror | practice | evaluate | cost | asset | difference | include | firm | equity | study | increase | reporting | maturity | invest | base | datum |
| Word 18 | experience | tion | institution | ination | approval | capital | level | cost | islamic | consumer | treatment | audit | expense | begin | business | include | contribution | optimal | standard | include | social | sustainable | theory | effort | profession | economic | generate | control | knowledge | eso | stickiness | term | error | capacity | spread | receive | discourse | goal | inherent | pay | incident | improve | include | test | size | include | develop | officer | merger | item | forecasting | perspective | presentation | whistle | century | provide | expense | entity | budgeting | work | total | measurement | institutional | number | quality | reduce | provide | market | visit | |
| Word 19 | number | questionnaire | effect | loss | focus | include | management | suggest | model | favour | factor | propensity | activity | benefit | present | provide | affect | election | project | estimate | cent | male | change | suggest | prepare | intellectual | environment | analysis | effect | standard | convertible | retain | exchange | rate | decision | liquidity | cut | nature | supervisor | standard | household | offender | untary | section | require | percentage | effective | require | research | end | base | result | theoretical | code | risk | accountability | satisfaction | datum | seller | measure | method | option | measure | managerial | clinical | exclude | finance | seo | concentration | vendor |
time: 182 ms
# Create Document - Topic Matrix
lda_output2 = lda_model.transform(data_vectorized)
# column names
topicnames = df_topic_keywords.T.columns
# index names
docnames = ["Doc" + str(i) for i in range(len(dt3c))]
# Make the pandas dataframe
df_document_topic = pd.DataFrame(np.round(lda_output2, 2), columns=topicnames, index=docnames)
# Get dominant topic for each document
dominant_topic = np.argmax(df_document_topic.values, axis=1)
df_document_topic['dominant_topic'] = dominant_topic
df_document_topic.reset_index(inplace=True)
df_sent_topic= pd.merge(dt3c, df_document_topic, left_index=True, right_index=True)
df_sent_topic.drop('index', axis=1, inplace=True)
df_topic_theme = df_sent_topic[['file_path', 'dominant_topic']]
def label_theme(row):
return "Topic " + str(row)
df_topic_theme['dominant_topic_theme'] = df_topic_theme['dominant_topic'].apply(label_theme)
df_topic_theme.head(15)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above. <ipython-input-306-9689e41583c7>:26: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
| file_path | dominant_topic | dominant_topic_theme | |
|---|---|---|---|
| 0 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/711_AH.pdf | 42 | Topic 42 |
| 1 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/140_AH.pdf | 60 | Topic 60 |
| 2 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/611_AH.pdf | 67 | Topic 67 |
| 3 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/294_AH.pdf | 37 | Topic 37 |
| 4 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/123_AH.pdf | 46 | Topic 46 |
| 5 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/672_AH.pdf | 51 | Topic 51 |
| 6 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/394_AH.pdf | 28 | Topic 28 |
| 7 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/398_AH.pdf | 35 | Topic 35 |
| 8 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/298_AH.pdf | 15 | Topic 15 |
| 9 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/603_AH.pdf | 7 | Topic 7 |
| 10 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/152_AH.pdf | 62 | Topic 62 |
| 11 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/703_AH.pdf | 32 | Topic 32 |
| 12 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/386_AH.pdf | 68 | Topic 68 |
| 13 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/660_AH.pdf | 0 | Topic 0 |
| 14 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/131_AH.pdf | 12 | Topic 12 |
time: 17.9 s
print(lda_output.shape)
topic_sum = pd.DataFrame(np.sum(lda_output, axis = 1))
print(topic_sum.shape)
(15150, 70) (15150, 1) time: 2.41 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
column_names = ['file_path', 'content_10'] + topic_names + ['sum']
# Turn our docs_nmf array into a data frame
doc_topic_df = pd.DataFrame(data = lda_output)
# Merge all of our article metadata and name columns
doc_topic_df = pd.concat([dt3c[['file_path', 'content_10']],
doc_topic_df, topic_sum], axis = 1)
time: 56.1 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
doc_topic_df.columns = column_names
time: 638 µs
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
doc_topic_df.head(1)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
| file_path | content_10 | Topic 1 | Topic 2 | Topic 3 | Topic 4 | Topic 5 | Topic 6 | Topic 7 | Topic 8 | Topic 9 | Topic 10 | Topic 11 | Topic 12 | Topic 13 | Topic 14 | Topic 15 | Topic 16 | Topic 17 | Topic 18 | Topic 19 | Topic 20 | Topic 21 | Topic 22 | Topic 23 | Topic 24 | Topic 25 | Topic 26 | Topic 27 | Topic 28 | Topic 29 | Topic 30 | Topic 31 | Topic 32 | Topic 33 | Topic 34 | Topic 35 | Topic 36 | Topic 37 | Topic 38 | Topic 39 | Topic 40 | Topic 41 | Topic 42 | Topic 43 | Topic 44 | Topic 45 | Topic 46 | Topic 47 | Topic 48 | Topic 49 | Topic 50 | Topic 51 | Topic 52 | Topic 53 | Topic 54 | Topic 55 | Topic 56 | Topic 57 | Topic 58 | Topic 59 | Topic 60 | Topic 61 | Topic 62 | Topic 63 | Topic 64 | Topic 65 | Topic 66 | Topic 67 | Topic 68 | Topic 69 | Topic 70 | sum | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | /Users/farukcankaya/Google Drive/AllPapers/8_AH/711_AH.pdf | effect adoption experience choice synopsis exist study linkage institutional factor adoption literature overlook important question decision implement influence institutional factor paper author argue decision adopt system influence equally institutional factor examine characteristic moderate effect institutional factor adoption decision specifically decision adopt enterprise resource plan ne result study reveal institutional factor mimicry peer compliance industry norm coercion powerful entity adoption decision result effect institutional factor adoption decision amplify participant adopt benefit difficult quantify enhance organizational interaction supply chain paper author contribute institutional theory literature explore dition enhance salience institutional factor contribute account ination system literature investigate boundary influence insti tutional factor adoption institutional theory technology acceptance contact author copy datum introduction ensible technology organization competitive advantage enterprise resource plan system capable transe organizational process system provide firm positive return lway system costly result inconsistent economic return constructive guidance proposal present ination system section midyear meeting research symposium pro iding direction finally reviewer invaluable assistance submit accept publish online author poor mplementation poor articular firm adopt motivated econd reason couple frequent failure system author explore doption decision process account research primarily explore outcome ffect study nicolaou summary ome recent empirical research nicolaou conversely author teps primary foci examine firm adopt adoption ination system investigate decade exist model technology adoption diffusion link complex etwork organizational individual social factor adoption decision ord recent research show ination system institutional factor complement ystematic cost benefit analysis teo understanding effect institutional actor important adoption decision primarily base institutional factor eemingly result limited understanding contribute specific organization systematic analysis implementation firm estructure process implementation economical exist pro esse worrisome firm adopt system inve sizable nvestment connection institutional factor financial study investigate impact institutional factor adoption examine condition institutional factor effectual paper suggest implementation implemen ation degree uncertainty identify quantify parameter benefit solution modern institutional theory suggest firm uncertainty traditional cost benefit analyse institutional factor legitimize decision study examine role institutional factor raditional decision variable expect benefit experience manager decision legitimize action include conity stablishe norm surrender coercion powerful entity researcher include organizational behavior accounting examine issue institutional perspective lens tudy concern system doption literature recently incorporate institutional call attention institutional perspective offer researcher vantage point eptualize digital economy emergent eving embed fragmented provi ional social production shape cultural structural force economic teo provide evidence institutional factor affect ination ystem adoption decision question remain effect institutional factor doption decision institutional literature ination system largely focus ffect institutional factor system adoption decision decision maker jeyariaj leave unanswered uestion firm influence institutional factor system ccounte horizon choice institutional factor influence adoption decision type system equally hat unique characteristics decision adopt highly usceptible influence institutional factor examine hese question measure relationship perception institutionalization experience stage firm reach adoption decision result mimetic normative factor influence decision adopt mimetic factor pronounce perceive benefit adopt ystem difficult quantify adoption decision maker work firm adopt normative factor pronounce perceive integrate firm supply chain paper contribute system ure broadening understand institutional factor influence institutional theory literature testing boundary institutional theory exam ning variable situation decision adopt system susceptible nstitutional influence background nstitutional theory industry organizational structure autonomy social interconnection bud characterize arket innovation firm shape market create niche creativity differentiation market mature organization rise social political echanism develop mature market characterize social environment nnovation supplant legitimizing action organization attempt adopt mechanism successful organization promote social norm group gain advantage begin accumulate resource organizational stratifie institutional legitimacy rise behavior process procedure routine facilitate stability routine behavior decouple competitive measure ceremonial political influence force organizational create pressure adopt behavior similar successful entity company institutional factor rationalize process seek lleviate uncertainty examine economic institutional factor word orga ization decision base internal external variable economic factor nclude rational cost benefit analysis relative economic advantage implement tech ology industry mature rational economic base choice complement ationalize social base choice socially develop norm arise rant relied fact shag future organizational action institutional factor play organization construct process hat include perceive legitimate organization conity establish norm ompliance coercive pressure rise organization increasingly omogeneous increase homogeneity isomorphism amplifie nstitutional pressure result great define institutionalization process innovation regular work behavior suggest e institutionalization adoption usage ccounte horizon occur organization model inve organization eliminate ncertainty imitating organization perceive legitimate auspicious ther word firm mimic successful firm mimicry help alleviate insecurity cause mbiguity confidence decision maker idea explain wide array business decision include business structure govern ental policy merging organization entrance economically advantageous conduct complete cost benefit nalysis lead successful firm save resource mimic rganization failure analysis mimicking firm aware situation strategy organization cyert additionally successful firm mimic level firm ndustry focus create type competitive advantage illard level organization mimic limit oppor unity technological innovation create competitive advantage conity establish norm occur organization comply orm develop firm professional organization frequently interact ocial contagion literature suggest contact communication mechanism ndividual organization communication increase likelihood individual organization imitate teo suggest focal organization direct indirect tie organization adopt inno vation learn innovation benefit cost persuade behave similarly share norm relational channel member network facilitate consensus turn increase strength norm potential influence organizational behavior normative pressure manifest dyadic inter organizational channel firm supplier customer professional trade business organization membership invement professional trade business organiza ion bring normative pressure teo entity employ ndividual belong specific group organization entity influence ormative factor popularize group illustrate professionalism member ancial accounting standard board emerge issue task task member hare similar body knowledge issue reach decision quickly ebate suggest normative factor compliance coercive factor occur organization adopt structure technology ecause dominant customer supplier entity government funding source firm compel adopt technology pressure perceive exert norm society organization firm depend dimag organizational literature show example coercive factor nfluencing firm structure fligstein equal opportunity employ ent insurance industry corporate social response green finally institutional researcher argue institutional factor affect late stage adopt strategy affect stage adopter stage adopter encounter nstitutional pressure pressure influence late stage adopter arly stage adopter decision rational analysis aim improve operational ccounte horizon choice rganizational effectiveness rumelt zucker exist tudie incorporate institutional theory system adoption fail account stage firm adopt recently institutional theory apply accounting ination accounting researcher examine wide variety issue institutional study publish mid examine accounting ination support decision institutional examine impact institutional factor choice account policy recent esearch apply institutional theory firm choice perance change scapen increase homogeneity accounting research ination system researcher apply institutional theory frequently teo advocate note dominant paradigm surround technology adoption esearch ination system firm determine decision adopt tech ology base quality influence doption decision technological quality include social institutional factor impor ant linger question ination system research force ion strong variable contagion effect mention institutional theory examine social institu ional influence technology adoption decision propose institutional factor adoption business application adoption large strategic partner organization industry conceptual paper literature extend imite evidence institutional factor system adoption rise research question institutional factor strategy implementation practice process scapen suggest significant influence factor future direction include development summary critical issue strategy mechanism implement strategy dechow mouritsen study typifie examine influence integration uggest integration develop difficult decouple technology strategy technological function imitation system influence echnology interesting aspect dechow study illustrate echnology strategy decouple suggest firm implement boundary object vercome base blind spot illustrate division strategy technology word system facilitate integration meet rganization mechanism implement hort nonetheless practice embed system tend spread organization hat adopt system response change environment institutional perspective ccounte horizon rganization embed complex change environment adopt structure contin ent current situation traditional institutional factor seemingly play role echnology advance couple organizational ecosystem development strategy management practice mechanism firm adopt strategy environment stage firm follow task fit complement institutional factor stage nstitutional ination absence legitimate structure stage dopter innovator decide structure technology base aim gain legitimacy improvement operational organizational efficiency ucker rumelt researcher attempt illustrate stage adop ion fit adopt compare late stage adoption study civil service re show intra organizational actor decrease role obtain imilar result study effect manager network adoption innovative anagement practice total quality management rganization adopt multidivisional structure teo point failure study conjecture organization perceive system widely adopt industry institutional factor strongly adoption decision relative hen organization widely adopt suggest firm perceive extent adoption industry moderate effect institutional factor firm rise perception extent system adopt decision maker industry moderate effect institutional factor decision maker characteristic ystem benefit difficult quantify adoption literature extensively examine perception ion user perception relative advantage compatibility omplexity observability ease image benbasat govern rate pattern technology adoption usage variable primarily view predictor adoption individually interact work nstitutional factor institutional literature clue factor enhance institutional organization succumb institutional pressure goal mbiguous end relationship uncertain word great complexity result uncertainty result great eliance factor make adoption decision include institutional factor onjecture ination system complex benefit adoption ifficult quantify decision adopt susceptible institutional actor benefit system show difficult quantify adoption enterprise system literature note system complex notorious benefit hard quantify make adoption ecision set goal implementation project ambiguity nfluence adopter organization ination ecide propose ambiguous goal uncer ccounte horizon choice end relationship lead mimicry reason rganization ambiguous goal dependent appearance legitimacy esort modeling organization perceive legitimate meet expectation rominent organizational partner conflict goal arise organization mimic arduous systematic analysis building logic onjecture benefit adopt difficult quantify implementation oal ambiguous leading uncertainty adoption implementation outcome enhance effect mimetic factor adoption decision plausible hat ambiguity benefit influence adopter norm easily oerce firm follow reluctant disaffiliate ndustry norm structure stipulate dominant entity discussion suggest effect institutional pressure adoption decision moderate level ambiguity surround cost benefit adopt deduction test motivate perception difficult quantify ability achieve organizational objective moderate effect institutional factor decision maker ystem integrate organization supply chain traditional model diffusion assume firm adopt technology independently interconnect network organization technology intertwine organizational routine integrate number individual rganization diffuse unit economic reason fichman technology increase interaction firm perceive potential cost saver supply chain interaction interconnectedness result hare resource ease ination exchange operating cost perception hat cost saving result firm implement structure increase interconnection exist network adopter economic benefit adopt technology se exacerbate suggest technology eache point point technology widely adopt tandard failure follow standard negative economic consequence ikely adopt network interconnectedness secondary component influence firm institutional actorsination exchange organization institutionalize interaction mutual awareness increase organization explain social contagion literature examine interaction rganization inter organizational network suggest knowledge attitude behavior firm knowledge attitude behavior heir network contagion enhance interaction great additionally social contagion group facilitate single ndividual act agent increase interaction organization learn another intention problem olution facilitate imitation note dependence lead isomorphic change coercive pressure build exchange relationship imply hat frequent exchange relationship lead increase influence coercive factor nteraction employee customer supplier consultant agency rease interconnectedness mutual awareness organization pread institutionalize norm teo ccounte horizon suggest thisbut explicitly test itin system context state financial independently adopt financial edi success depend illingness adopting organization supplier customer accede electronic linkage common base adjacent discussion conjecture organizational system explore explore interaction mutual wareness organization conjecture institutional factor nfluential adopt system economic reason ion exchange institutional factor affect factor ance interaction supply chain expectation lead attempt separate effect ination exchange firm nce great degree ination effect assumption ntegration economically advantageous adoption result integration lead cost aving interconnect firm lead perception ability integrate firm supplier customer moderate effect institutional factor decision maker implement perception integrate firm supplier customer moderate effect institutional factor decision maker implement extent integration perceive economically advantageous experience final question explore paper participant experience nhance effect institutional factor suggest educate technology education interact knowledge individual ork firm adopt influence external factor adopt factor bound rationality articipant limited knowledge heuristic possibly peer nfluential party assist make judgment decision reasonable conjecture nstitutional factor great adoption decision experience general firm specifically lead final set research question experience influence effect nstitutional factor effect institutional factor decision maker moderate decision maker experience effect institutional factor decision maker amplified decision maker firm mente research model present figure institutional factor influence adoption ntention directly firm stage adoption ant experience moderate relationship ccounte horizon choice method research question test survey measure participant perceive evel institutional factor mimetic normative coercive perception ifficulty quantify benefit adopt difficulty perceive integrate organization supply chain integrativeness participant perceive ntegrativeness benefit adopt doption stage experience experience ddition participant firm employ adopt adopt teo measure institutional factor ere developed measure primary variable perceive ntegrativeness perceive difficulty quantify benefit scale elopment procedure outline single item measure benefit tage experience measure collect ination participant number additional survey item capture general perceive benefit highly correlate intention construct deem inseparable perceive benefit research model institutional factor stage adoption symbolize text table interaction institutional factor difficulty quantify benefit bolized text table factor integrativeness symbolize text table factor perceive benefit integration symbolize text table interaction institutional factor experience symbolize text table interaction institutional factor participant current firm adopt symbolize text table ccounte horizon experience finally participant current firm dopte dependent variable measure participant adopt adoption intent base theory easone action fishbein theory plan behavior ajzen diffusion nnovation acceptance model unify theory acceptance technology venkatesh intention precede action sum ary variable measure present table table variable measure ariable measure measurement source variable mimetic extent adoption competitor teo adoption supplier teo extent adoption customer item cronbachs customer item cronbachs ependent variable adoption intent likelihood newly create item oderating variable difficulty quantify difficulty quantify system benefit achieve organization strategic goal operational goal newly create item cronbachs integrativeness extent lead increase integration ination share coordination business operation coordination strategic planning activity company newly create item cronbachs benefit benefit integration newly create item stage stage system adopt general newly create item experience experience system year newly create item adopt respondent current company adopt newly create item dimension normative relevant drop participant belong relevant trade group dimension coercive factorconity company drop participant manager work firm company work company ccounte horizon | 0.016606 | 0.026257 | 0.000007 | 0.000007 | 0.137933 | 0.016428 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.005022 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.056142 | 0.001174 | 0.000007 | 0.000007 | 0.00522 | 0.000007 | 0.003536 | 0.050381 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.038882 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.05746 | 0.000007 | 0.000007 | 0.000007 | 0.346888 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.006678 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.164887 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.039345 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.000007 | 0.005584 | 0.021197 | 1.0 |
time: 52.5 ms
doc_topic_df.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Data columns (total 73 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15150 non-null object 1 content_10 15150 non-null object 2 Topic 1 15150 non-null float64 3 Topic 2 15150 non-null float64 4 Topic 3 15150 non-null float64 5 Topic 4 15150 non-null float64 6 Topic 5 15150 non-null float64 7 Topic 6 15150 non-null float64 8 Topic 7 15150 non-null float64 9 Topic 8 15150 non-null float64 10 Topic 9 15150 non-null float64 11 Topic 10 15150 non-null float64 12 Topic 11 15150 non-null float64 13 Topic 12 15150 non-null float64 14 Topic 13 15150 non-null float64 15 Topic 14 15150 non-null float64 16 Topic 15 15150 non-null float64 17 Topic 16 15150 non-null float64 18 Topic 17 15150 non-null float64 19 Topic 18 15150 non-null float64 20 Topic 19 15150 non-null float64 21 Topic 20 15150 non-null float64 22 Topic 21 15150 non-null float64 23 Topic 22 15150 non-null float64 24 Topic 23 15150 non-null float64 25 Topic 24 15150 non-null float64 26 Topic 25 15150 non-null float64 27 Topic 26 15150 non-null float64 28 Topic 27 15150 non-null float64 29 Topic 28 15150 non-null float64 30 Topic 29 15150 non-null float64 31 Topic 30 15150 non-null float64 32 Topic 31 15150 non-null float64 33 Topic 32 15150 non-null float64 34 Topic 33 15150 non-null float64 35 Topic 34 15150 non-null float64 36 Topic 35 15150 non-null float64 37 Topic 36 15150 non-null float64 38 Topic 37 15150 non-null float64 39 Topic 38 15150 non-null float64 40 Topic 39 15150 non-null float64 41 Topic 40 15150 non-null float64 42 Topic 41 15150 non-null float64 43 Topic 42 15150 non-null float64 44 Topic 43 15150 non-null float64 45 Topic 44 15150 non-null float64 46 Topic 45 15150 non-null float64 47 Topic 46 15150 non-null float64 48 Topic 47 15150 non-null float64 49 Topic 48 15150 non-null float64 50 Topic 49 15150 non-null float64 51 Topic 50 15150 non-null float64 52 Topic 51 15150 non-null float64 53 Topic 52 15150 non-null float64 54 Topic 53 15150 non-null float64 55 Topic 54 15150 non-null float64 56 Topic 55 15150 non-null float64 57 Topic 56 15150 non-null float64 58 Topic 57 15150 non-null float64 59 Topic 58 15150 non-null float64 60 Topic 59 15150 non-null float64 61 Topic 60 15150 non-null float64 62 Topic 61 15150 non-null float64 63 Topic 62 15150 non-null float64 64 Topic 63 15150 non-null float64 65 Topic 64 15150 non-null float64 66 Topic 65 15150 non-null float64 67 Topic 66 15150 non-null float64 68 Topic 67 15150 non-null float64 69 Topic 68 15150 non-null float64 70 Topic 69 15150 non-null float64 71 Topic 70 15150 non-null float64 72 sum 15150 non-null float64 dtypes: float64(71), object(2) memory usage: 8.4+ MB time: 62.5 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
# Remove articles with topic sum = 0, then drop sum column
doc_topic_df = doc_topic_df[doc_topic_df['sum'] != 0]
doc_topic_df.drop(columns = 'sum', inplace = True)
# Reset index then save
doc_topic_df.reset_index(drop = True, inplace = True)
#doc_topic_df.to_pickle('counter_vectorizer_LDA_8topics_stemmed.pkl')
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 10.8 ms
doc_topic_df.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Data columns (total 72 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15150 non-null object 1 content_10 15150 non-null object 2 Topic 1 15150 non-null float64 3 Topic 2 15150 non-null float64 4 Topic 3 15150 non-null float64 5 Topic 4 15150 non-null float64 6 Topic 5 15150 non-null float64 7 Topic 6 15150 non-null float64 8 Topic 7 15150 non-null float64 9 Topic 8 15150 non-null float64 10 Topic 9 15150 non-null float64 11 Topic 10 15150 non-null float64 12 Topic 11 15150 non-null float64 13 Topic 12 15150 non-null float64 14 Topic 13 15150 non-null float64 15 Topic 14 15150 non-null float64 16 Topic 15 15150 non-null float64 17 Topic 16 15150 non-null float64 18 Topic 17 15150 non-null float64 19 Topic 18 15150 non-null float64 20 Topic 19 15150 non-null float64 21 Topic 20 15150 non-null float64 22 Topic 21 15150 non-null float64 23 Topic 22 15150 non-null float64 24 Topic 23 15150 non-null float64 25 Topic 24 15150 non-null float64 26 Topic 25 15150 non-null float64 27 Topic 26 15150 non-null float64 28 Topic 27 15150 non-null float64 29 Topic 28 15150 non-null float64 30 Topic 29 15150 non-null float64 31 Topic 30 15150 non-null float64 32 Topic 31 15150 non-null float64 33 Topic 32 15150 non-null float64 34 Topic 33 15150 non-null float64 35 Topic 34 15150 non-null float64 36 Topic 35 15150 non-null float64 37 Topic 36 15150 non-null float64 38 Topic 37 15150 non-null float64 39 Topic 38 15150 non-null float64 40 Topic 39 15150 non-null float64 41 Topic 40 15150 non-null float64 42 Topic 41 15150 non-null float64 43 Topic 42 15150 non-null float64 44 Topic 43 15150 non-null float64 45 Topic 44 15150 non-null float64 46 Topic 45 15150 non-null float64 47 Topic 46 15150 non-null float64 48 Topic 47 15150 non-null float64 49 Topic 48 15150 non-null float64 50 Topic 49 15150 non-null float64 51 Topic 50 15150 non-null float64 52 Topic 51 15150 non-null float64 53 Topic 52 15150 non-null float64 54 Topic 53 15150 non-null float64 55 Topic 54 15150 non-null float64 56 Topic 55 15150 non-null float64 57 Topic 56 15150 non-null float64 58 Topic 57 15150 non-null float64 59 Topic 58 15150 non-null float64 60 Topic 59 15150 non-null float64 61 Topic 60 15150 non-null float64 62 Topic 61 15150 non-null float64 63 Topic 62 15150 non-null float64 64 Topic 63 15150 non-null float64 65 Topic 64 15150 non-null float64 66 Topic 65 15150 non-null float64 67 Topic 66 15150 non-null float64 68 Topic 67 15150 non-null float64 69 Topic 68 15150 non-null float64 70 Topic 69 15150 non-null float64 71 Topic 70 15150 non-null float64 dtypes: float64(70), object(2) memory usage: 8.3+ MB time: 17.9 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
doc_topic_df[['file_path']+topic_names].head(3).T
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
| 0 | 1 | 2 | |
|---|---|---|---|
| file_path | /Users/farukcankaya/Google Drive/AllPapers/8_AH/711_AH.pdf | /Users/farukcankaya/Google Drive/AllPapers/8_AH/140_AH.pdf | /Users/farukcankaya/Google Drive/AllPapers/8_AH/611_AH.pdf |
| Topic 1 | 0.0166059 | 0.00494674 | 7.71784e-06 |
| Topic 2 | 0.026257 | 7.87092e-06 | 7.71784e-06 |
| Topic 3 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 4 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 5 | 0.137933 | 0.09426 | 7.71784e-06 |
| Topic 6 | 0.0164279 | 0.00340996 | 7.71784e-06 |
| Topic 7 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 8 | 7.32977e-06 | 7.87092e-06 | 0.181407 |
| Topic 9 | 7.32977e-06 | 7.87092e-06 | 0.0116001 |
| Topic 10 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 11 | 0.00502155 | 7.87092e-06 | 7.71784e-06 |
| Topic 12 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 13 | 7.32977e-06 | 0.00668881 | 7.71784e-06 |
| Topic 14 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 15 | 7.32977e-06 | 7.87092e-06 | 0.0426815 |
| Topic 16 | 7.32977e-06 | 0.143006 | 7.71784e-06 |
| Topic 17 | 0.056142 | 7.87092e-06 | 7.71784e-06 |
| Topic 18 | 0.00117445 | 0.0292253 | 7.71784e-06 |
| Topic 19 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 20 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 21 | 0.00522017 | 7.87092e-06 | 0.0252008 |
| Topic 22 | 7.32977e-06 | 0.00689542 | 7.71784e-06 |
| Topic 23 | 0.00353566 | 0.0279746 | 7.71784e-06 |
| Topic 24 | 0.050381 | 7.87092e-06 | 7.71784e-06 |
| Topic 25 | 7.32977e-06 | 0.00724075 | 7.71784e-06 |
| Topic 26 | 7.32977e-06 | 0.123579 | 0.00106441 |
| Topic 27 | 7.32977e-06 | 0.00156969 | 7.71784e-06 |
| Topic 28 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 29 | 7.32977e-06 | 7.87092e-06 | 0.137223 |
| Topic 30 | 7.32977e-06 | 0.0217194 | 7.71784e-06 |
| Topic 31 | 7.32977e-06 | 7.87092e-06 | 0.00526582 |
| Topic 32 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 33 | 0.0388816 | 0.00472209 | 0.00151267 |
| Topic 34 | 7.32977e-06 | 0.0404567 | 0.0238016 |
| Topic 35 | 7.32977e-06 | 0.0749048 | 7.71784e-06 |
| Topic 36 | 7.32977e-06 | 7.87092e-06 | 0.0400084 |
| Topic 37 | 7.32977e-06 | 0.019614 | 7.71784e-06 |
| Topic 38 | 7.32977e-06 | 0.00957818 | 7.71784e-06 |
| Topic 39 | 0.05746 | 7.87092e-06 | 7.71784e-06 |
| Topic 40 | 7.32977e-06 | 0.00180018 | 7.71784e-06 |
| Topic 41 | 7.32977e-06 | 0.00534344 | 7.71784e-06 |
| Topic 42 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 43 | 0.346888 | 7.87092e-06 | 7.71784e-06 |
| Topic 44 | 7.32977e-06 | 0.00561718 | 7.71784e-06 |
| Topic 45 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 46 | 7.32977e-06 | 7.87092e-06 | 0.138334 |
| Topic 47 | 7.32977e-06 | 0.00848565 | 7.71784e-06 |
| Topic 48 | 0.00667797 | 7.87092e-06 | 0.00698923 |
| Topic 49 | 7.32977e-06 | 0.0161534 | 7.71784e-06 |
| Topic 50 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 51 | 7.32977e-06 | 7.87092e-06 | 0.0187122 |
| Topic 52 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 53 | 0.164887 | 0.0237534 | 7.71784e-06 |
| Topic 54 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 55 | 7.32977e-06 | 0.00098575 | 0.00769584 |
| Topic 56 | 7.32977e-06 | 0.104284 | 7.71784e-06 |
| Topic 57 | 7.32977e-06 | 0.0147824 | 7.71784e-06 |
| Topic 58 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 59 | 7.32977e-06 | 7.87092e-06 | 0.00184009 |
| Topic 60 | 0.0393448 | 7.87092e-06 | 7.71784e-06 |
| Topic 61 | 7.32977e-06 | 0.16756 | 7.71784e-06 |
| Topic 62 | 7.32977e-06 | 0.00478852 | 7.71784e-06 |
| Topic 63 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 64 | 7.32977e-06 | 7.87092e-06 | 7.71784e-06 |
| Topic 65 | 7.32977e-06 | 0.0163771 | 7.71784e-06 |
| Topic 66 | 7.32977e-06 | 7.87092e-06 | 0.000663509 |
| Topic 67 | 7.32977e-06 | 0.00310465 | 7.71784e-06 |
| Topic 68 | 7.32977e-06 | 0.00158461 | 0.353781 |
| Topic 69 | 0.00558415 | 0.00528854 | 7.71784e-06 |
| Topic 70 | 0.0211967 | 7.87092e-06 | 0.00181802 |
time: 19.3 ms
topic_array = np.array(doc_topic_df[topic_names])
print(topic_array.shape)
print(topic_array[0])
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
(15150, 70) [1.66059172e-02 2.62570375e-02 7.32976618e-06 7.32976618e-06 1.37933120e-01 1.64279251e-02 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 5.02155046e-03 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 5.61420306e-02 1.17444527e-03 7.32976618e-06 7.32976618e-06 5.22017407e-03 7.32976618e-06 3.53566296e-03 5.03810189e-02 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 3.88815598e-02 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 5.74600379e-02 7.32976618e-06 7.32976618e-06 7.32976618e-06 3.46887737e-01 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 6.67797383e-03 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 1.64887024e-01 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 3.93448386e-02 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 7.32976618e-06 5.58414683e-03 2.11966526e-02] time: 11.6 ms
Save the model to use as pre-trained model on the https://simple-recommender.herokuapp.com/ website.
import pickle
topic_names = []
for i in range(NUM_OF_TOPICS):
topic_names.append("Topic {}".format(i+1))
topic_array = np.array(doc_topic_df[topic_names])
norms = np.linalg.norm(topic_array, axis = 1)
pickle.dump( norms, open( "model__norms.pkl", "wb" ) )
pickle.dump( topic_array, open( "model__topic_array.pkl", "wb" ) )
df_topic_keywords.to_pickle('model__df_topic_keywords.pkl')
pickle.dump( doc_topic_df, open( "model__doc_topic_df.pkl", "wb" ) )
pickle.dump( lda_model, open( "model__lda_model.pkl", "wb" ) )
pickle.dump( count_vectorizer, open( "model__count_vectorizer.pkl", "wb" ) )
pickle.dump( stop_list, open( "model__stop_list.pkl", "wb" ) )
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 907 ms
Use useful data from RELAVENT_DATA.xlsx
x = dt3c.copy()
# Paper Name, Author Name(s), Year and Journal
print(x['date'].isna().sum())
x['date'] = x['date'].fillna(0)
print(x['date'].isna().sum())
doc_topic_df['year'] = x['date']
213 0 time: 39.2 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
def combine_authors(author_list):
if isinstance(author_list, list):
return ', '.join(author_list)
return author_list
x['Author'] = x['Author'].fillna('-')
x['authors'] = x['Author'].apply(combine_authors)
doc_topic_df['authors'] = x['authors']
time: 8.06 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
print(x['title'].isna().sum())
x['title'] = x['title'].fillna('-')
print(x['title'].isna().sum())
doc_topic_df['title'] = x['title']
1647 0 time: 5.14 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
def journal_name(text):
text = get_file_name(text)
t = re.findall('([0-9]+)_([a-zA-Z]+)', text, re.IGNORECASE)
return [i[1] for i in t][0]
doc_topic_df['journal'] = x['file_path'].apply(journal_name)
doc_topic_df['journal'].head(5)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
0 AH 1 AH 2 AH 3 AH 4 AH Name: journal, dtype: object
time: 59.7 ms
rt = pd.read_excel('/Users/farukcankaya/FC/GoogleDrive/DATA_RELEVANT.xlsx')
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/xlrd/xlsx.py:266: DeprecationWarning: This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/xlrd/xlsx.py:312: DeprecationWarning: This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/xlrd/xlsx.py:266: DeprecationWarning: This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead.
time: 32.1 s
rt.iloc[rt.index[rt['Filename'].str.match(get_file_name(dt['file_path'][0]))][0]]['Title']
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
'The effect of system characteristics, stage of adoption, and experience on institutional explanations for ERP systems choice'
time: 22.1 ms
titles = []
for i in range(0, len(dt3c['file_path'])):
if rt['Filename'].str.match(get_file_name(dt3c['file_path'][i])).any():
titles.append(rt.iloc[rt.index[rt['Filename'].str.match(get_file_name(dt3c['file_path'][i]))][0]]['Title'])
else:
titles.append(dt3c['title'][i])
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 2min 39s
pickle.dump( doc_topic_df, open( "model__doc_topic_df.pkl", "wb" ) )
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
time: 493 ms
# LOAD pre-trained model if you just want to make prediction here.
"""
norms = pickle.load( open( "model__norms.pkl", "rb" ) )
topic_array = pickle.load( open( "model__topic_array.pkl", "rb" ) )
df_topic_keywords = pickle.load( open( "model__df_topic_keywords.pkl", "rb" ) )
doc_topic_df = pickle.load( open( "model__doc_topic_df.pkl", "rb" ) )
lda_model = pickle.load( open( "model__lda_model.pkl", "rb" ) )
count_vectorizer = pickle.load( open( "model__count_vectorizer.pkl", "rb" ) )
stop_list = pickle.load( open( "model__stop_list.pkl", "rb" ) )
"""
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
'\nnorms = pickle.load( open( "model__norms.pkl", "rb" ) )\ntopic_array = pickle.load( open( "model__topic_array.pkl", "rb" ) )\ndf_topic_keywords = pickle.load( open( "model__df_topic_keywords.pkl", "rb" ) )\ndoc_topic_df = pickle.load( open( "model__doc_topic_df.pkl", "rb" ) )\nlda_model = pickle.load( open( "model__lda_model.pkl", "rb" ) )\ncount_vectorizer = pickle.load( open( "model__count_vectorizer.pkl", "rb" ) )\nstop_list = pickle.load( open( "model__stop_list.pkl", "rb" ) )\n'
time: 3.49 ms
def compute_dists(top_vec, topic_array):
'''
Returns cosine distances for top_vec compared to every article
'''
dots = np.matmul(topic_array, top_vec)
input_norm = np.linalg.norm(top_vec)
co_dists = dots / (input_norm * norms)
return co_dists
def produce_rec(top_vec, topic_array, doc_topic_df, rand = 15):
'''
Produces a recommendation based on cosine distance.
rand controls magnitude of randomness.
'''
# top_vec = top_vec + np.random.rand(30,)/(np.linalg.norm(top_vec)) * rand
co_dists = compute_dists(top_vec, topic_array)
return doc_topic_df.loc[np.argmax(co_dists)]
time: 668 µs
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
def sent_to_words(sentences):
for sentence in sentences:
yield(gensim.utils.simple_preprocess(str(sentence), deacc=True))
# Define function to predict topic for a given new question.
def predict_topic(text, nlp=nlp):
global sent_to_words
# Clean
for i in range(len(text)):
text[i] = clean_text(text[i])
#
for i in range(len(text)):
text[i] = replace_text(text[i])
for i in range(len(text)):
text[i] = clean_text(text[i])
# Remove stopwords
for i in range(len(text)):
text[i] = remove_stopwords(text[i])
# Clean with simple_preprocess
mytext_2 = list(sent_to_words(text))
# Lemmatize is skipped !!!
# mytext_3_1 = []
# for sent in mytext_2:
# mytext_3_1.append(" ".join(sent))
# Lemmatize
mytext_3 = lemmatization(mytext_2, allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV'])
#print('Text after lemmatization ({} characters):'.format(len(mytext_3[0])))
#print(mytext_3[0][0:100]+" ...")
# stemming is skipped !!!
#mytext_3_1 = []
#for t in mytext_3:
# mytext_3_1.append(stem_text(t))
# Vectorize transform
mytext_4 = count_vectorizer.transform(mytext_3)
#print('Count vectorizer of transformed text: {}'.format(mytext_4.shape))
#print('Vectorized data {}'.format(data_vectorized.shape))
#print('First 100 Feature names:')
#print(count_vectorizer.get_feature_names()[:100])
#print('')
# LDA Transform
topic_probability_scores = lda_model.transform(mytext_4)
topic = df_topic_keywords.iloc[np.argmax(topic_probability_scores), :].values.tolist()
return topic, topic_probability_scores
time: 1.49 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
# Predict the topic
TAR_6 = ["We examine how subjective performance evaluations are influenced by the level and controllability of an accompanying measure of a separate performance dimension. In our experiment, supervisors evaluate the office administration perfor- mance of a hypothetical subordinate. We find that supervisors’ subjective evaluations are directionally influenced by an accompanying objective measure of sales perfor- mance, even after excluding participants who perceive informativeness across measures. Consistent with concerns for fairness and motivation, we also find an asymmetric uncontrollability effect—supervisors’ evaluations are higher when an uncontrollable factor decreases the subordinate’s sales (i.e., they compensate for bad luck), but are not lower when the uncontrollable factor increases the subordinate’s sales (i.e., they do not punish for good luck). This evidence suggests that supervisors use discretion provided to evaluate performance on one task to adjust for perceived deficiencies in the evaluation of performance on other tasks. Our study integrates theories of cognitive bias and motivation, highlighting the need to consider the potentially interactive effects of different performance measures in multi-task settings I. INTRODUCTION Organizational incentive systems often allow managerial discretion in the evaluation of employee performance (Murphy and Oyer 2003). Subjective performance evaluation allows managers to use noncontractible information to assess actions and efforts that objective measures (such as those produced by the accounting system) are not able to capture, creating a more complete depiction of employee performance (Bol 2008).1 Subjectivity can therefore be useful in reducing risk to employees and improving the incentive alignment of the firm’s performance measurement system (Baker et al. 1994; Bushman et al. 1996; Hayes and Schaefer 2000).2 Many performance measurement systems include both objective measures and subjective evaluations (Prendergast 1999; Gibbs et al. 2004). While designed to capture separate dimensions of employee performance, these different measurement types can influence each other. For example, theories from psychology and organizational behavior suggest that subjective judgments can be unduly influenced by an individual’s knowledge of other, unrelated information (Nisbett et al. 1981; Bond et al. 2007). Such an influence could limit the complementary role of subjective evaluation in improving the overall informativeness of the measures used to evaluate performance. We examine how supervisors’ subjective performance evaluations are affected by the level and controllability of an objective measure of a separate aspect of performance. We analyze a two-dimensional employment setting in which an employee’s performance on one dimension (i.e., task) is measured objectively, while performance on the other dimension is evaluated subjectively by the supervisor. In many such settings, the objective performance measure is known by the supervisor before s/he subjectively evaluates the employee’s performance on the other dimension (Huber et al. 1987; Bommer et al. 1995). Our first research question examines whether the level of the objective measure has a directional impact on the supervisor’s subjective evaluation. Specifically, we examine whether, consistent with cognitive distortion, supervisors bias their subjective evaluations of performance on one dimension to be consistent with an objective measure of performance on a separate and unrelated dimension.3 Our second research question considers how such a spillover effect differs when the controllability of the objective performance measure is relatively low. Uncontrollability introduces noise and error into the performance measurement system (Feltham and Xie 1994), and has been shown to affect attribution judgments (Tan and Lipe 1997). Employees are likely to perceive uncontrollable performance measures to be unfair when the uncontrollability reduces measured performance. Perceptions of unfairness in compensation lead to reduced job satisfaction and motivation (Cohen-Charash and Spector 2001; Colquitt et al. 2001). We examine whether this expectation is reflected in supervisors’ use of their discretion, even when that discretion is provided for the evaluation of a separate task. Specifically, we examine whether supervisors use the discretion in their subjective evaluations to adjust for (or offset) the effects of an uncontrollable objective measure. Consistent with concerns for fairness and employee motivation, we predict that supervisors will make such an adjustment when the uncontrollable factor reduces measured performance (i.e., the employee suffers from bad luck) but not when it increases measured performance (i.e., the employee benefits from good luck). In our experiment, experienced supervisors employed by a large state university participate as evaluators in a hypothetical case setting. Participants assume the role of a regional director with supervisory authority over district managers who have both sales- and office administration-related duties. Objective individual sales information is given, after which participants are charged with subjectively evaluating the office administration performance of one district manager based on personal notes and staff interview responses, which are held constant in all conditions. The experiment employs a 2 3 2 þ 1 between-subjects design. In four treatment conditions, we manipulate the level of the manager’s individual sales at two levels by varying the objective sales score (high and low), and we manipulate the controllability of the individual sales measure at two levels by varying whether significant but uncontrollable events impacted the manager’s sales during the period. A fifth (control) condition includes only the information about the manager’s office administration performance. We find that supervisors’ subjective evaluations of the manager’s office administration performance are significantly higher (lower) when the objective level of the manager’s individual sales measure is relatively high (low). By excluding those participants who perceived the individual sales measure to be informative about the manager’s office administration performance in our primary analysis, we provide evidence of cognitive distortion of performance information as a result of exposure to the objective measure. We also find that the effect of the objective measure depends on its controllability. Specifically, participants use their subjective evaluations to adjust for the impact of uncontrollable events on the sales measure. Consistent with theory, this effect is asymmetric—participants’ evaluations are higher (relative to the high controllability condition) when the uncontrollable factor leads to an unfavorable outcome, but are no lower when the uncontrollable factor leads to a favorable outcome. Thus, we find that participants use their discretion to compensate for bad luck, but not to punish for good luck. This study contributes to the accounting and management literatures on performance evaluation. Prior research on bias in performance evaluation has found that supervisors’ subjective evaluations of current performance may be directionally influenced by prior performance information (Murphy et al. 1985; Huber et al. 1987; Kravitz and Balzer 1992) or information from different sources (Blakely 1993; Murphy and Cleveland 1995; Bono and Colbert 2005). Our study contributes to this line of research by showing that cognitive distortion can cause spillover from the objective evaluation of one dimension of performance to the subjective evaluation of performance on a separate and unrelated dimension. Prior research has also found evidence that controllability concerns can affect evaluators’ judgments in single-dimension performance-evaluation settings. For example, Tan and Lipe (1997) find that controllability moderates outcome effects in evaluators’ judgments (also see Brown and Solomon 1987). Our study reveals a very different controllability effect. Specifically, our results suggest that supervisors can use discretion that is provided for the evaluation of performance on a particular dimension to ‘‘correct’’ perceived deficiencies in other areas of the evaluation system. While the use of ‘‘borrowed’’ discretion can yield motivational benefits for employees, the intended benefits of that discretion (i.e., accurate reflection of performance on a specific dimension) can be reduced. Overall, our evidence indicates that the known level of an objective performance measure compromises the effectiveness of subjective performance evaluation for completing the picture of employee performance. Thus, our results have implications for the weight, timing, and nature of subjectivity in compensation contracting, suggesting that consideration of different measurement types in isolation can lead to incomplete conclusions about the optimal design of performance measurement systems. An asymmetric pattern of compensation payouts, in which managers are sheltered from downside risk but are allowed the advantages of upside risk, has been demonstrated in accounting"]
AOS_3 = ["This paper is focused on the way in which inter®rm relations can be drawn up and controlled. Drawing on con- tracting theories a model is built of the management control structure of inter®rm relationships. The model consists of three control patterns and of contingency factors that in ̄uence the choices between the patterns. Particular attention is paid to the role of trust. In building our model we take the perspective of the outsourcer. We try to re®ne our model by conducting case research in the ®eld of industrial renovation and industrial maintenance. In this ®eld we observed changes in the way outsourcing relationships are controlled. Case research can be very helpful for gaining insights into factors that in ̄uence the establishment of control structures of inter®rm relationships. By comparing the results of our case research we found institutional, strategic, cultural and historical factors to be of great importance for these control structures. 5 1999 Elsevier Science Ltd. All rights reserved. The boundaries of ®rms are continuously sub- ject to changes. Firms add new activities, hive o existing activities and set up new forms of coop- eration with other ®rms. The concentration on core activities is a tendency that already started several years ago. Non-core activities are hived o, so that the ®rm can concentrate on the activ- ities which it can perform well and which can thus produce the highest added value. Insight into which activities belong to the non-core activities is subject to changes too. We observe that conglom- erates with a great variety of products hive o complete product lines, but we also ®nd that ®rms, although they do not change their product mix, leave the production of components to other ®rms. We can also observe that ®rms outsource the provision of supporting services even more. Even services which are essential for the continuity of the ®rm, such as administration, information technology and maintenance. When the out- sourcing concerns essential components and ser- vices we observe the setting up of close forms of cooperation between ®rms. Hiving o essential components and services requires a speci®c embeddedness of the outsourcing relation in order to guarantee its continuity and to retain the eco- nomic advantages of outsourcing in the long run. This makes demands on the macro as well as micro level. On the macro level these develop- ments must be supported by legal and institutional frameworks (such as contract law and the attitude of branch organisations and the trade unions). On the micro level they make demands on the orga- nisation of the ®rm's own activities, the coordina- tion with the suppliers and the employees' willingness to work closely together with people from outside their own ®rm. The structuring and control of inter®rm relations require the establish- ment of suitable management control systems and processes. This study is in particular aimed at the demands outsourcing relations make on the micro level. The question is: how can ®rms which enter into strategic alliances with other ®rms structure the management control of such inter®rm relationships? Management control and management accounting research usually concentrates on rela- tions within organisations with varying degrees of decentralisation of decision making. Robert Anthony's (1965, 1988) well-known framework in which the decomposition of the organisation into responsibility centers is paramount, is the implicit or explicit point of departure for a lot of formal behavioural and contingency research in manage- ment control. In numerous organisations a hor- izontalisation of management control relations can be observed. These control relations are not hierarchically based but are relations between equal internal parties. Customer-supplier relation systems are being set up with forms of internal contracting (service level agreements), e.g. with respect to facility services (Van der Meer-Kooistra, 1994; Vosselman, 1996). There used to be captive buyers and sellers, but now it is no longer excep- tional for departments to be allowed to deliver or to buy on external markets within rather ̄exible limits. Otley (1994) too observes such a horizontalisation and proposes a broader management control fra- mework. Research into horizontal management control relations should not remain restricted to intra®rm relations, but be extended to inter®rm relations. Recently Hopwood urged ``(the) exam- ination of some of the accounting and informational consequences of more explicit concerns with the management of the supply chain and a more con- scious questioning of what activities reside within and without the enterprise'' (Hopwood, 1996, p. 590). In the relevant literature little attention is given to management control issues with regard to forms of cooperation between independent com- panies (inter®rm relations). It is in particular the strategic cost management literature (Cooper, 1995; Shank & Govindarajan, 1993) which draws attention to the importance of looking beyond the boundaries of the ®rm. These publications emphasise the value chain approach, which not only focuses on the relations between the various subsequent activities within the ®rm but also on the ®rm's relations with the suppliers of raw materials, components etc. and the buyers. Berry (1995) also focuses on extra-organisational control problems, in particular control in network orga- nisations. According to Gietzmann (1996) the role of the management accountant is changing due to control beyond the boundaries of the concern. When deciding on what should or should not be contracted out this role is much more complex than just calculating the production costs and comparing them with the market price. Make or buy decisions are becoming more and more of a strategic nature (see e.g. Tayles & Drury, 1997). ``The management accountant should play a cri- tical support role in the strategy debate concerning which elements (subcomponents) of product development can be outsourced, which should be developed in house and which do not warrant development since o the shelf subcomponents suce'' (Gietzmann, p. 624). Therefore the man- agement accountant needs not only information about the production costs and market prices but he also needs information about the costs and bene®ts of the speci®c forms of governance connected with these choices. Nowadays many make or buy decisions have evolved into what could be called `extended make or buy' decisions. An extended make or buy deci- sion can be divided into three separate, but inter- related elements. Firstly, the decision to purchase goods or services on a structural basis from third parties or to produce the goods or services in- house. Secondly, in the case of purchasing from third parties, the decision regarding the party or parties contracted. The nature of the party or parties in ̄uences the chance, and extent, of relational risks. Thirdly, decisions regarding the design of the internal management control system or the design of the outsourcing relationship."]
topic, prob_scores = predict_topic(text = TAR_6)
print('topic')
print(topic)
print('')
print('prob_scores')
print(prob_scores[0])
print("shape of prob_scores: {}".format(prob_scores[0].shape))
print('')
print("Try to make recommendation. Inputs:")
print("- prob_scores")
print("- topic_array: {} prob. distribution of topics for each document that is calculated by LDA".format(topic_array.shape))
print("- doc_topic_df: {} that is actually output of the LDA but combined with file_path, etc.".format(doc_topic_df.shape))
print('')
produce_rec(prob_scores.flatten(), topic_array, doc_topic_df)
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
topic ['perance', 'measure', 'evaluation', 'manager', 'measurement', 'base', 'financial', 'indicator', 'study', 'objective', 'research', 'result', 'improve', 'factor', 'metric', 'employee', 'ination', 'evaluate', 'provide', 'satisfaction'] prob_scores [2.62605042e-05 2.62605042e-05 8.17332122e-03 2.62605042e-05 3.67094906e-03 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 5.13942232e-03 2.75689560e-03 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 3.81682028e-02 8.27628977e-03 2.62605042e-05 2.62605042e-05 2.62605042e-05 1.63185488e-01 2.62605042e-05 2.62605042e-05 1.73500055e-02 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 1.37829382e-01 1.34305055e-02 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 5.37020053e-01 2.62605042e-05 2.62605042e-05 3.29123236e-02 2.62605042e-05 2.06046700e-02 2.62605042e-05 2.62605042e-05 1.00119036e-02 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05] shape of prob_scores: (70,) Try to make recommendation. Inputs: - prob_scores - topic_array: (15150, 70) prob. distribution of topics for each document that is calculated by LDA - doc_topic_df: (15150, 76) that is actually output of the LDA but combined with file_path, etc.
file_path /Users/farukcankaya/Google Drive/AllPapers/1_TAR/6_TAR.pdf content_10 effect subjective perance evaluation controllability examine subjective perance evaluation influence level controllability accompany measure separate perance dimension experiment supervisor evaluate subordinate supervisor subjective evaluation directionally influence accompany objective measure exclude participant perceive inativeness measure consistent concern uncontrollability effectsupervisor evaluation higher uncontrollable factor decrease subordinate compensate bad uncontrollable factor increase subordinate punish evidence suggest supervisor discretion provide perance task perceive deficiencie evaluation perance task study integrate theory cognitive motivation highlight potentially interactive effect perance measure multi task setting keyword subjective perance evaluation perance availability contact author helpful comment suggestion midyear meeting birkey valuable research assistance research fund editor note accept submit accept publish online introduction rganizational incentive system managerial discretion evaluation employee perance oyer subjective perance evaluation manager noncontractible ination assess action effort objective measure produce accounting capture create complete depiction employee perance subjectivity reduce risk employee improve incentive alignment firm perance measurement system include objective measure subjective evaluation design capture separate dimension employee perance measurement type influence theory psychology organizational behavior suggest subjective judgment unduly influence individual knowledge unrelated ination nisbett influence limit complementary role subjective evaluation improve inativeness measure evaluate perance examine supervisor subjective perance evaluation affect level controllability objective measure analyze dimensional employment set employee perance dimension task measure objectively perance dimension evaluate subjectively supervisor setting objective perance measure supervisor subjectively evaluate employee perance dimension research question examine level objective measure directional impact supervisor subjective evaluation specifically examine consistent cognitive distortion supervisor subjective evaluation perance dimension consistent objective measure perance separate unrelated dimension research question consider effect differ controllability objective perance measure uncontrollability introduce noise error attribution judgment lipe employee perceive uncontrollable perance measure unfair uncontrollability reduce measure perance perception reduce job satisfaction motivation spector expectation reflect supervisor discretion discretion provide evaluation separate task specifically examine supervisor discretion subjective evaluation adjust offset effect uncontrollable objective measure consistent concern fairness employee motivation predict define subjectivity judgment base personal impression oion verifiable court noncontractible subjectivity perance evaluation introduce subjective perance measure allow flexibility weight objective perance measure allow discretional adjustment base factor perance measure ante mechanism supervisor subjective evaluation influence subjective measure objective measure specifically examine effect objective perance measure measure subjective evaluation pere interactive effect controllability feature objective perance measure supervisor adjustment uncontrollable factor reduce measure perance employee suffer bad increase measure perance employee benefit hypothetical setting participant assume role regional director supervisory authority administration duty objective individual ination participant charge subjectively evaluate administration perance manager base personal note staff interview response experiment employ subject design treatment condition manipulate level manager individual level vary objective score manipulate controllability individual measure level vary significant uncontrollable event impact manager period control condition include ination administration perance supervisor subjective evaluation administration perance significantly high objective level manager individual measure exclude participant perceive individual measure inative manager administration perance analysis provide evidence cognitive distortion perance ination result objective measure effect objective measure depend controllability specifically participant subjective evaluation adjust impact measure consistent theory effect asymmetricparticipant evaluation high relative controllability condition uncontrollable factor lead unfavorable outcome uncontrollable factor lead favorable outcome participant discretion compensate bad punish study contribute accounting management literature perance evaluation research perance evaluation supervisor subjective evaluation current perance directionally influence perance ination ination source study contribute line research show cognitive distortion spillover objective evaluation dimension perance subjective evaluation perance separate unrelated dimension research evidence controllability concern affect evaluator judgment single dimension perance evaluation setting controllability moderate reveal controllability effect specifically result suggest supervisor discretion provide evaluation perance dimension area evaluation borrow discretion yield motivational benefit employee intend benefit discretion accurate reflection perance specific dimension reduce evidence level objective perance measure compromise effectiveness subjective perance evaluation complete picture employee perance result implication weight timing nature subjectivity compensation contracting suggest consideration measurement type isolation lead incomplete conclusion optimal design perance measurement pattern compensation payout manager shelter downside risk allow advantage upside risk demonstrate accounting spillover effect subjective perance evaluation research show similar pattern differ research demonstrate phenomenon borrow discretion illustrate effect perance evaluation set explanation personal relationship managerial entrenchment issue corporate governance study demonstrate feature account ination controllability objective perance measure produce difference spillover effect induce decision maker judgment predominantly effect objective perance measure drive directional content spillover effect take assimilation objective perance measure reduce uncontrollable factor fairness motivational concern trigger induce corrective adjustment offset directional study integrate theory cognitive distortion fairness provide evidence objective subjective perance measure depend fundamental quality objective measure section present background hypothesis section describe experimental methodology section present result section conclude background hypothesis research explore potential drawback subjective perance evaluation study role human judgment inability verify outcome rise number problem limit inativeness incentive strengthen role subjective measure topel area focus supervisor personal incentive distort evaluation find leniency evaluation incentive factor executive incentive consistent goal high raise subordinate improved motivation encouragement signal poor perer accuracy evaluation literature examine subjective perance evaluation influence cognitive limitation research context effect examine assimilation contrast arise knowledge employee perance period evaluate current period perance halo effect find supervisor attend general impression evaluate subordinate nisbett research specific accounting domain explore role cognitive limitation perance evaluation weight perance measure underweight unique measure favor common measure ittner provide evidence supervisor great weight outcome result measure input measure weight objective quantitative measure manager reliance anchor adjustment heuristic prevent incorporation contract subjective ination allocation bonus study suggest cognitive limitation preclude benefit introduce subjectivity compensation contract study examine potentially interactive effect objective subjective perance measure specifically examine cognitive limitation preclude independent assessment separate unrelated perance dimension controllability objective measure influence interaction hypothesis development task set employee perance task evaluate objectively perance separate task evaluate subjectively setting objective perance measure period subjective perance evaluation take supervisor production perance period conduct evaluation employee perance qualitative dimension leadership teamwork creativity communication attitude subjective perance evaluation verify party supervisor influence preference evaluate perance topel argue absence personal incentive evaluation supervisor influence observe level perance task subjectively evaluate employee perance separate task argue objective measure spillover depend controllability degree employee affect measure alter action input antle cognitive distortion supervisor knowledge employee objective perance dimension affect subjective evaluation perance separate dimension induce cognitive ination distortion specifically supervisor unintentionally subjective evaluation consistent level perance objective measure research show individual tend unknowingly process ination previously belief desire outcome preference argue evaluation single option ination observe evoke evaluative disposition subjective encode weighting interpretation subsequent ination influence coherent disposition multi task perance evaluation occur level perance dimension supervisor unknowingly process ination perance separate dimension direction supervisor observe level perance dimension interpret ination subordinate perance separate dimension favorably supervisor observe level perance dimension assume supervisor allow discretion subjective weighting subjective adjustment objective measure word discretion reside supervisor evaluation perance task cognitive distortion conceptually context effect anchoring adjustment confirmation emerge consensus anchor adjustment heuristic arise biased accessibility ination memory mussweiler confirmation reflect search ination study relate subjective interpretation ination obtain cognitive distortion processing phenomenon fitting explanation mechanism underlie directional predict spillover effect subjective perance evaluation mention objective measure perance supervisor conduct subjective evaluation subordinate perance literature cite suggest knowledge generate directional affect subsequent judgment predict consistent cognitive distortion supervisor subjective perance evaluation influence direction subordinate objective perance level supervisor subjective perance evaluation high employee perance unrelated objective measure higher important note objective level perance task supervisor inative employee perance task supervisor intentionally incorporate ination objective measure subjective evaluation economic base model perance measurement suggest costless measure incremental ination employee perance include evaluation datar reason intuitively extended ination measure perance subjective evaluation perance task study spillover effect arise cognitive process independent supervisor perception inativeness experiment create set perance measure unrelated analysis exclude participant perceive inativeness measure order provide conservative test theory controllability objective measure influence spillover effect induce controllable perance measure prefer contracting perspective uncontrollability reduce inativeness measure employee action effort agent compensate additional risk uncontrollable factor practice measure perfectly controllable extremely rare noise common feature objective perance measure primary reason subjective perance evaluation objective measure controllability spillover effect predict uncontrollability objective perance measure trigger supervisor consideration measure quality effect employee evaluation specifically supervisor incentive fairness perance evaluation simply individual preference fehr fischbacher importantly employee perception unfairness evaluation compensation supervisor adjust perance target address fairness concern arise compensation contract importance employee satisfaction motivation productivity supervisor discretion correct adjust uncontrollable effort create orthogonal perance dimension unable eliminate conscious influence base perceive partial explanation result setting task bundle single employee presume complementarity perance task milgrom difficult complete unrelatedness multi task experimental setting design realistic provide separate purpose adjustment uncontrollable factor depend directional impact uncontrollable factor measure perance employee feel measure capture effort contribution firm result compensation result measure unfair suffer reduced satisfaction motivation order protect employee downside risk avoid negative effect employee motivation supervisor exercise discretion subjective evaluation adjust upward give high evaluation countervail level uncontrollable measure supervisor subjective evaluation bias downward exposure objective measure concern employee motivation offset lead supervisor adjust upward ensure evaluation employee perceive contrast uncontrollable factor measure perance high employee perceive unfairness feel reduced motivation supervisor discretion correct discrepancy measure actual perance give evaluation consider inappropriate unfair departure prescribe evaluation procedure supervisor recognize measure fail capture employee incentive correct directional predict expect summary predict supervisor discretion adjust uncontrollability separate perance measure asymmetric pattern uncontrollable factor lead unfavorable outcome supervisor consideration employee fairness perception motivation offset directional predict high evaluation relative controllability condition uncontrollable factor lead favorable outcome supervisor discretion correct predict difference subjective evaluation relative controllability condition employee perance unrelated objective measure supervisor subjective perance evaluation high objective measure reduce uncontrollable factor hypothesis employee perance unrelated objective measure supervisor subjective perance evaluation affect objective measure increase uncontrollable factor method participant complete perance evaluation task hypothetical setting assume role regional director industrial pipe fit company regional director job oversee number district manager responsible individual task subjective administration perance district manager manager score objective individual measure consistent established principle unfairness feel acutely distribute reward feel similarly research organizational behavior find consideration fairness evaluation procedure trigger outcome effect subjective perance evaluation participant public participate experiment participant target university database search academic employee supervisory position receive letter mail invite complete study participant name enter random drawing participant report average year total work experience year supervisory experience current position participant report average year perance evaluation experience percent report inal perance evaluation duty average subordinate employee current position finally participant report percent perance evaluation duty subjective evaluation objective measurement experimental design experiment employ design manipulate district manager score measure level manipulate controllability objective measure level add control condition objective ination provide independent variable treatment condition objective measure perance evaluation district manager individual recent period measure score scale score connect level target district manager perance dimension manipulate vary individual score specifically district manager individual score state condition controllability manipulate varying degree factor influence manager individual controllability condition participant tell market condition stable period unforeseen uncontrollable event impact manager controllability condition participant tell uncontrollable eventspecifically open measure close measure facility customer manager district impact manager period dependent variable primary dependent variable subjective evaluation administration perance order participant evaluation ination include collection personal note interview response office staff material condition read ination participant provide perance evaluation score scale reflect assessment district administration perance answer number experimental question include participant gender year work supervisor experience number evaluate subordinate statistical analysis result variable interact effect procedure participant complete online experiment convenience enter url web browser survey program randomly assign participant condition treatment condition control condition ination ask participant assume hypothetical situation work regional director industrial pipe fitting company compress organizational show regional director supervisory authority district manager turn supervised office staff district manager responsibilitie perance measure ine participant regional director duty conduct semiannual perance evaluation perance evaluation comprise component objective score base individual subjective evaluation administration perance instruction note component independent job function capture independent perance job function unrelated perance component score scale average equally weighted evaluation score participant tell task conduct perance evaluation district manager objective measure table show district manager individual score scale provide target district manager manipulate manipulate controllability ination point subjective evaluation participant tell personal note district manager period provide addition participant tell unable observe perance basis conduct interview office staff interview response provide personal note interview response participant design portray average administration perance control condition participant ask provide subjective office administration evaluation individual ination read ination participant ask score scale reflect assessment district administration perance ask average perance evaluation component arrive evaluation assess confidence judgment ask number result manipulation check ination sufficiency include manipulation check question experimental questionnaire participant recall target manager individual score high condition condition participant judge controllability measure high controllability condition controllability condition manipulation level controllability manager individual measure successful ask participant rate point scale agreement statement personal note interview response target manager allow reasonable judgment administration perance measure significantly high scale midpoint spillover effect subjective perance evaluation ask participant rate point scale confidence feel evaluation judgment measure significantly high scale midpoint result suggest participant feel sufficient ination administration perance reasonable assessment table show standard administration perance score experimental condition figure display controllability condition level control condition figure show expect pattern result evaluation high condition control condition condition predict asymmetric pattern treatment apparent controllability condition preliminary analysis untabulate control condition significantly condition significantly high condition result confirm control condition extreme floor ceiling effect prevent hypothesize result reveal directional spillover effect occur direction hypothesis test cognitive distortion predict participant subjective office administration evaluation high individual measure high order conduct clean conservative test theory adjustment predict controllability work effect level test compare condition controllability table descriptive statistic square std error evaluation score measure level controllability controllability controllability row level manipulate vary target manager achieve score period score controllability manipulate vary event manager control significantly affected period control condition objective perance ination provide Topic 1 0.0039235 Topic 2 0.0185513 Topic 3 6.74172e-06 Topic 4 6.74172e-06 Topic 5 6.74172e-06 Topic 6 6.74172e-06 Topic 7 6.74172e-06 Topic 8 6.74172e-06 Topic 9 6.74172e-06 Topic 10 6.74172e-06 Topic 11 6.74172e-06 Topic 12 6.74172e-06 Topic 13 6.74172e-06 Topic 14 0.000753501 Topic 15 0.00789168 Topic 16 6.74172e-06 Topic 17 6.74172e-06 Topic 18 0.0272368 Topic 19 0.0389175 Topic 20 0.0156985 Topic 21 6.74172e-06 Topic 22 6.74172e-06 Topic 23 6.74172e-06 Topic 24 0.211356 Topic 25 6.74172e-06 Topic 26 6.74172e-06 Topic 27 0.019534 Topic 28 6.74172e-06 Topic 29 6.74172e-06 Topic 30 6.74172e-06 Topic 31 6.74172e-06 Topic 32 6.74172e-06 Topic 33 6.74172e-06 Topic 34 6.74172e-06 Topic 35 6.74172e-06 Topic 36 6.74172e-06 Topic 37 6.74172e-06 Topic 38 6.74172e-06 Topic 39 0.0996298 Topic 40 0.00440398 Topic 41 6.74172e-06 Topic 42 6.74172e-06 Topic 43 6.74172e-06 Topic 44 6.74172e-06 Topic 45 6.74172e-06 Topic 46 6.74172e-06 Topic 47 6.74172e-06 Topic 48 6.74172e-06 Topic 49 6.74172e-06 Topic 50 6.74172e-06 Topic 51 6.74172e-06 Topic 52 6.74172e-06 Topic 53 6.74172e-06 Topic 54 6.74172e-06 Topic 55 6.74172e-06 Topic 56 6.74172e-06 Topic 57 0.441049 Topic 58 6.74172e-06 Topic 59 6.74172e-06 Topic 60 0.0833008 Topic 61 6.74172e-06 Topic 62 0.0113429 Topic 63 6.74172e-06 Topic 64 0.00983897 Topic 65 6.74172e-06 Topic 66 6.74172e-06 Topic 67 6.74172e-06 Topic 68 6.74172e-06 Topic 69 0.00534807 Topic 70 0.000865933 year 2019-04-03T19:47:28Z authors Jasmijn C.Bol and Steven D.Smith title Spillover Effects in Subjective Performance Evaluation: Bias and the Asymmetric Influence of Controllability journal TAR Name: 7629, dtype: object
time: 626 ms
from sklearn.metrics.pairwise import cosine_similarity
def produce_rec_top_n(top_vec, topic_array, doc_topic_df, n=5):
co_dists = compute_dists(top_vec, topic_array)
index_top_n = np.argpartition(co_dists, -n)[-n:]
index_top_n = index_top_n[np.argsort(-co_dists[index_top_n])]
return doc_topic_df.loc[index_top_n]
topic, prob_scores = predict_topic(text = TAR_6)
topic_columns = ['Topic '+str(i) for i in range(1,df_topic_keywords.shape[0]+1)]
recs = produce_rec_top_n(prob_scores.flatten(), topic_array, doc_topic_df)
rec_top_1 = recs[topic_columns].head(1).values
print('rec_top_1:')
print(rec_top_1)
print('prob_scores:')
print(prob_scores.flatten())
print('cosine_similarity:')
print(cosine_similarity(rec_top_1,prob_scores))
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
rec_top_1: [[3.92350166e-03 1.85512612e-02 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 7.53501126e-04 7.89167522e-03 6.74172453e-06 6.74172453e-06 2.72368104e-02 3.89174871e-02 1.56984572e-02 6.74172453e-06 6.74172453e-06 6.74172453e-06 2.11356011e-01 6.74172453e-06 6.74172453e-06 1.95340496e-02 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 9.96298082e-02 4.40398300e-03 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 4.41049475e-01 6.74172453e-06 6.74172453e-06 8.33007590e-02 6.74172453e-06 1.13429316e-02 6.74172453e-06 9.83897255e-03 6.74172453e-06 6.74172453e-06 6.74172453e-06 6.74172453e-06 5.34807126e-03 8.65933493e-04]] prob_scores: [2.62605042e-05 2.62605042e-05 8.17332122e-03 2.62605042e-05 3.67094906e-03 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 5.13942232e-03 2.75689560e-03 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 3.81682028e-02 8.27628977e-03 2.62605042e-05 2.62605042e-05 2.62605042e-05 1.63185488e-01 2.62605042e-05 2.62605042e-05 1.73500055e-02 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 1.37829382e-01 1.34305055e-02 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 5.37020053e-01 2.62605042e-05 2.62605042e-05 3.29123236e-02 2.62605042e-05 2.06046700e-02 2.62605042e-05 2.62605042e-05 1.00119036e-02 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05 2.62605042e-05] cosine_similarity: [[0.97952684]] time: 251 ms
recs['file_path']
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
7629 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/6_TAR.pdf 849 /Users/farukcankaya/Google Drive/AllPapers/11_BAR/433_BAR.pdf 7577 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/796_TAR.pdf 10820 /Users/farukcankaya/Google Drive/AllPapers/4_AOS/536_AOS.pdf 7595 /Users/farukcankaya/Google Drive/AllPapers/1_TAR/635_TAR.pdf Name: file_path, dtype: object
time: 3.87 ms
def accuracy_n(file_path, data, top_n=[1]):
topic, prob_scores = predict_topic([data])
topic_columns = ['Topic '+str(i) for i in range(1,df_topic_keywords.shape[0]+1)]
recs = produce_rec_top_n(prob_scores.flatten(), topic_array, doc_topic_df, max(top_n))
existence = []
for n in top_n:
if recs['file_path'].head(n).str.contains(get_file_name(file_path)).any():
existence.append(1)
else:
existence.append(0)
return pd.Series(existence)
time: 897 µs
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
#dt3c['file_path'].apply().head(1)
#get_file_name('/Users/farukcankaya/Google Drive/AllPapers/8_AH/711_AH.pdf')
#dt3c['file_path'].parallel_apply(get_file_name).str.match('711_AH').head(1)
time: 342 µs
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
#papers_has_10_words.index
xx = dt.copy().drop(unknown_lang_indexes)
print(xx.info())
xx.reset_index(drop=True, inplace=True)
print(xx.info())
non_normalized_indexes = []
yy = dt3c['file_path'].parallel_apply(get_file_name)
for i in range(0, len(xx['file_path'])):
if not yy.str.match(get_file_name(xx['file_path'][i])).any():
non_normalized_indexes.append(i)
print(x.info())
xx = xx.drop(non_normalized_indexes)
xx.reset_index(drop=True, inplace=True)
xx.info()
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
<class 'pandas.core.frame.DataFrame'> Int64Index: 15150 entries, 0 to 15750 Columns: 3435 entries, file_path to en_cleaned_accounting_replaced_stop_words_lemmatized_page_330 dtypes: float64(330), int64(337), object(2768) memory usage: 397.2+ MB None <class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Columns: 3435 entries, file_path to en_cleaned_accounting_replaced_stop_words_lemmatized_page_330 dtypes: float64(330), int64(337), object(2768) memory usage: 397.0+ MB None <class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Data columns (total 11 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 file_path 15150 non-null object 1 Author 15150 non-null object 2 date 15150 non-null object 3 title 15150 non-null object 4 content_3 15150 non-null object 5 content_5 15150 non-null object 6 content_10 15150 non-null object 7 content_3_lang 15150 non-null object 8 content_5_lang 15150 non-null object 9 content_10_lang 15150 non-null object 10 authors 15150 non-null object dtypes: object(11) memory usage: 1.3+ MB None <class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Columns: 3435 entries, file_path to en_cleaned_accounting_replaced_stop_words_lemmatized_page_330 dtypes: float64(330), int64(337), object(2768) memory usage: 397.0+ MB time: 5min 49s
## PARALLEL TEST
#xx = dt.copy().drop(unknown_lang_indexes)
top_n = [1, 5, 10, 20, 50, 100]
col_acc_n = ['acc_top_'+str(n) for n in top_n]
xx[col_acc_n] = xx.parallel_apply(lambda x: accuracy_n(x['file_path'], x['page_1'], top_n), axis=1)
xx.info()
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above. /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1 /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1 /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1 /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1 /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1 /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1 /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1 /Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/sklearn/decomposition/_lda.py:390: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1
<class 'pandas.core.frame.DataFrame'> RangeIndex: 15150 entries, 0 to 15149 Columns: 3435 entries, file_path to en_cleaned_accounting_replaced_stop_words_lemmatized_page_330 dtypes: float64(330), int64(337), object(2768) memory usage: 397.0+ MB time: 23min 20s
for n in top_n:
print('Top-'+str(n)+' Score:' + str(xx['acc_top_'+str(n)].sum()/xx['acc_top_'+str(n)].count()))
Top-1 Score:0.38356435643564357 Top-5 Score:0.5873267326732673 Top-10 Score:0.6634983498349835 Top-20 Score:0.738019801980198 Top-50 Score:0.8255445544554455 Top-100 Score:0.8805940594059406 time: 23.6 ms
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
# wrong replacement of words
Top-1 Score:0.20019788918205805
Top-5 Score:0.3779683377308707
Top-10 Score:0.46550131926121374
Top-20 Score:0.5584432717678101
Top-50 Score:0.6796174142480211
Top-100 Score:0.7680079155672823
/Users/farukcankaya/FC/TUM/IDP/nlp-examples/.venv/lib/python3.8/site-packages/ipykernel/ipkernel.py:287: DeprecationWarning: `should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
File "<ipython-input-295-7d95e4c0936e>", line 2 Top-1 Score:0.20019788918205805 ^ SyntaxError: invalid syntax
time: 39.5 ms
# correct one without fixing prediction
Top-1 Score:0.18092409240924093
Top-5 Score:0.3576237623762376
Top-10 Score:0.44924092409240923
Top-20 Score:0.5405940594059406
Top-50 Score:0.6646864686468646
Top-100 Score:0.759075907590759